Hide search again (#12539)

As title
This commit is contained in:
Thomas Trompette
2025-06-11 14:29:53 +02:00
committed by GitHub
parent 5a15ecb316
commit cf63bd25e3

View File

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