@ -23,9 +23,10 @@ export const RECORD_ACTIONS: Array<{
|
|||||||
type: 'DELETE_RECORD',
|
type: 'DELETE_RECORD',
|
||||||
icon: 'IconTrash',
|
icon: 'IconTrash',
|
||||||
},
|
},
|
||||||
{
|
// TODO: Add search records action
|
||||||
label: 'Search Records',
|
// {
|
||||||
type: 'FIND_RECORDS',
|
// label: 'Search Records',
|
||||||
icon: 'IconSearch',
|
// type: 'FIND_RECORDS',
|
||||||
},
|
// icon: 'IconSearch',
|
||||||
|
// },
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user