mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 00:01:22 +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