implement pagination

This commit is contained in:
2025-05-28 12:30:08 +03:00
parent 9eaaff9eb2
commit a673210f9f
7 changed files with 215 additions and 30 deletions

View File

@@ -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) => ({