mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-06-30 18:11:39 +02:00
Persist gql docs shown state
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
import { atom } from 'jotai';
|
import { atomWithKVStorage } from '../lib/atoms/atomWithKVStorage';
|
||||||
|
|
||||||
export const showGraphQLDocExplorerAtom = atom<boolean>(false);
|
export const showGraphQLDocExplorerAtom = atomWithKVStorage<boolean>('show_graphql_docs', false);
|
||||||
|
|||||||
Reference in New Issue
Block a user