refactor: refactored filters

This commit is contained in:
2025-09-02 18:19:08 +04:00
parent 72ed69db24
commit dca7d5f6a5
5 changed files with 11 additions and 18 deletions

View File

@ -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);