From d3cbeb4d5fcc38dce1c39a7a498937ccccd5b2fb Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Mon, 22 Dec 2025 14:01:40 +0330 Subject: [PATCH] change url --- .../components/NotificationFiltersFields.tsx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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: 'جستجو ', }, ], []) }