refactor: refactored filters
This commit is contained in:
@ -173,7 +173,6 @@ const useCrudOperations = <
|
||||
children: (
|
||||
<Text>Вы уверены, что хотите удалить "{entity.name}"?</Text>
|
||||
),
|
||||
labels: { confirm: "Да", cancel: "Нет" },
|
||||
confirmProps: { color: "red" },
|
||||
onConfirm: () => {
|
||||
deleteMutation.mutate({ path: { pk: entity.id } } as any);
|
||||
|
||||
Reference in New Issue
Block a user