update link
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
hamid zarghami
2026-06-06 16:03:46 +03:30
parent 251d18145a
commit 81a786d2a4
4 changed files with 32 additions and 18 deletions
+2
View File
@@ -10,4 +10,6 @@ export const useSharedStore = create<SharedStoreType>((set) => ({
setSubMenuName: (value: string) => set({ subMenuName: value }),
search: "",
setSearch: (value: string) => set({ search: value }),
editorCatalogSlug: null,
setEditorCatalogSlug: (slug) => set({ editorCatalogSlug: slug }),
}));