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])