Skip to content

Commit 529eb6e

Browse files
committed
fix(app): persist workspace order and collapsed state
1 parent a7cae8f commit 529eb6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/pages/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ import { useServer } from "@/context/server"
6464

6565
export default function Layout(props: ParentProps) {
6666
const [store, setStore, , ready] = persisted(
67-
Persist.global("layout.page", ["layout.page.v1"]),
67+
Persist.global("layout", ["layout.v6"]),
6868
createStore({
6969
lastSession: {} as { [directory: string]: string },
7070
activeProject: undefined as string | undefined,

0 commit comments

Comments
 (0)