From 18b9bf820f647919c1b6f26657ce3bfc682814df Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Sat, 14 Mar 2026 16:27:40 +0330 Subject: [PATCH] delete catalog --- src/components/ModalConfrim.tsx | 7 ++-- src/components/TrashWithConfrim.tsx | 9 +++--- src/pages/catalogue/List.tsx | 4 +-- .../catalogue/components/CatalogueItem.tsx | 32 ++++++++++++++++--- src/pages/home/hooks/useHomeData.ts | 6 ++++ src/pages/home/service/HomeService.ts | 5 +++ 6 files changed, 50 insertions(+), 13 deletions(-) diff --git a/src/components/ModalConfrim.tsx b/src/components/ModalConfrim.tsx index 3ad0ab7..e5f8e17 100644 --- a/src/components/ModalConfrim.tsx +++ b/src/components/ModalConfrim.tsx @@ -22,7 +22,7 @@ const ModalConfrim: FC = (props: Props) => {
@@ -31,7 +31,7 @@ const ModalConfrim: FC = (props: Props) => { props.label ? props.label : - t('confrim.content') + 'برای حذف این آیتم مطمئن هستید؟' } { @@ -49,13 +49,14 @@ const ModalConfrim: FC = (props: Props) => {