fix: product delete (single+bulk) had zero confirmation

(delete) and (bulkDelete) called facade.deleteOne()/applyBulkDelete()
straight from the click event. Added app-confirm-dialog gates for
both, same pattern as categories.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
sdarbinyan
2026-08-13 08:22:01 +04:00
parent 320f1f44b7
commit 49aab63124
5 changed files with 57 additions and 5 deletions

View File

@@ -1625,6 +1625,9 @@ export interface Translations {
};
adminProducts: {
confirmLeaveUnsaved: string;
deleteTitle: string;
confirmDelete: string;
confirmBulkDelete: string;
emptyTitle: string;
emptyDescription: string;
emptyGuide: string;