subcategory zustand fixed and created product zustand for get product detail information
This commit is contained in:
@@ -14,5 +14,5 @@ const demoSubCategory = {
|
||||
};
|
||||
export const useSubCategory = create<SubCategoryZustandType>((set) => ({
|
||||
subCategory: demoSubCategory,
|
||||
setSubCategory: (data) => set({}),
|
||||
setSubCategory: (data) => set({ subCategory: data }),
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user