chore: ssh key selection
This commit is contained in:
@@ -4,3 +4,7 @@ import { atom } from 'jotai';
|
||||
export const currentClusterAtom = atom<
|
||||
(Partial<ClusterListItem> & { label?: string; value?: number }) | null
|
||||
>(null);
|
||||
|
||||
export const addSSHKeyPageAtom = atom<{ create: boolean }>({
|
||||
create: false
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user