From 54eb477200889045a7d9f3e2484d0a6da99407cf Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Sat, 24 Jan 2026 12:16:00 +0330 Subject: [PATCH] conver to number parent id --- src/pages/product/category/Update.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/product/category/Update.tsx b/src/pages/product/category/Update.tsx index e8372f8..738ac54 100644 --- a/src/pages/product/category/Update.tsx +++ b/src/pages/product/category/Update.tsx @@ -76,6 +76,7 @@ const UpdateCategory: FC = () => { }) } + // eslint-disable-next-line react-hooks/exhaustive-deps }, [dataDetail])