chore: bump version (#2249)

This commit is contained in:
Himself65
2023-05-05 23:41:51 -05:00
committed by GitHub
parent 1ef408c9ad
commit 496225a92e
16 changed files with 643 additions and 633 deletions

View File

@@ -50,8 +50,7 @@ const getStorage = () => createJSONStorage(() => localStorage);
export const getStoredWorkspaceMeta = () => {
const storage = getStorage();
const data = storage.getItem('jotai-workspaces') as RootWorkspaceMetadata[];
return data;
return storage.getItem('jotai-workspaces', []) as RootWorkspaceMetadata[];
};
// global store