Skip to content

Commit

Permalink
don't open calendar at start
Browse files Browse the repository at this point in the history
  • Loading branch information
sphinxrave committed Dec 30, 2024
1 parent b6197e1 commit 7040976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/hooks/useFrame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ export const closeSidebarAtom = atom(null, (_, set) => {
export const headerHiddenAtom = atom(false);

export const calendarDialogAtom = atom({
open: true,
open: false,
initialQuery: [],
});

0 comments on commit 7040976

Please sign in to comment.