change url
This commit is contained in:
@@ -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: 'جستجو ',
|
||||
},
|
||||
], [])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user