Add delete record action (#8908)
<img width="1272" alt="Capture d’écran 2024-12-05 à 18 04 19" src="https://github.com/user-attachments/assets/dcbcc761-2f6d-4b6d-9e10-0f5b25d12c39"> - Adding new action - Adding tests - Moving into action folder
This commit is contained in:
@ -30,4 +30,9 @@ export const ACTIONS: Array<{
|
||||
type: 'RECORD_CRUD.UPDATE',
|
||||
icon: IconAddressBook,
|
||||
},
|
||||
{
|
||||
label: 'Delete Record',
|
||||
type: 'RECORD_CRUD.DELETE',
|
||||
icon: IconAddressBook,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user