fix: store hideModel value in global session

This commit is contained in:
jialin
2025-12-25 20:36:48 +08:00
parent 725409a576
commit 1b4d335b09
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -54,3 +54,4 @@ export const userSettingsHelperAtom = atom(
});
}
);
export const hideModalTemporarilyAtom = atom<boolean>(false);