implement pagination
This commit is contained in:
@@ -80,7 +80,7 @@ const RouteForm: React.FC<RouteFormProps> = ({
|
||||
arrival: '',
|
||||
phone_number: user?.phone_number || '',
|
||||
comment: '',
|
||||
email_notification: false,
|
||||
email_notification: true,
|
||||
}
|
||||
|
||||
const cargoOptions: SelectOption[] = cargo_types.map((type, index) => ({
|
||||
|
||||
Reference in New Issue
Block a user