diff --git a/src/pages/notifications/components/NotificationFiltersFields.tsx b/src/pages/notifications/components/NotificationFiltersFields.tsx index 6e6cc0d..17da46d 100644 --- a/src/pages/notifications/components/NotificationFiltersFields.tsx +++ b/src/pages/notifications/components/NotificationFiltersFields.tsx @@ -6,17 +6,7 @@ export const useNotificationFiltersFields = (): FieldType[] => { { type: 'input', name: 'search', - placeholder: 'جستجو (عنوان یا رستوران)', - }, - { - type: 'select', - name: 'notificationType', - placeholder: 'نوع اعلان', - options: [ - { value: 'sms', label: 'پیامک' }, - { value: 'push', label: 'پوش' }, - { value: 'both', label: 'هر دو' }, - ], + placeholder: 'جستجو ', }, ], []) }