change url
This commit is contained in:
@@ -6,17 +6,7 @@ export const useNotificationFiltersFields = (): FieldType[] => {
|
|||||||
{
|
{
|
||||||
type: 'input',
|
type: 'input',
|
||||||
name: 'search',
|
name: 'search',
|
||||||
placeholder: 'جستجو (عنوان یا رستوران)',
|
placeholder: 'جستجو ',
|
||||||
},
|
|
||||||
{
|
|
||||||
type: 'select',
|
|
||||||
name: 'notificationType',
|
|
||||||
placeholder: 'نوع اعلان',
|
|
||||||
options: [
|
|
||||||
{ value: 'sms', label: 'پیامک' },
|
|
||||||
{ value: 'push', label: 'پوش' },
|
|
||||||
{ value: 'both', label: 'هر دو' },
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
], [])
|
], [])
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user