small updates and bump version
This commit is contained in:
@@ -18,7 +18,7 @@ export const useSidebar = create<SidebarState>()(
|
||||
}),
|
||||
{
|
||||
name: 'sidebar',
|
||||
storage: createJSONStorage(() => localStorage),
|
||||
storage: createJSONStorage(() => sessionStorage),
|
||||
}
|
||||
)
|
||||
);
|
||||
|
||||
@@ -122,7 +122,7 @@ export const useWidgets = create<WidgetState>()(
|
||||
}),
|
||||
{
|
||||
name: 'widgets',
|
||||
storage: createJSONStorage(() => localStorage),
|
||||
storage: createJSONStorage(() => sessionStorage),
|
||||
}
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user