chore: get started for add cluster
This commit is contained in:
@@ -60,4 +60,5 @@ export const fromClusterCreationAtom = atom(false);
|
||||
*/
|
||||
export const clusterSessionAtom = atom<{
|
||||
firstAddWorker: boolean;
|
||||
firstAddCluster: boolean;
|
||||
} | null>(null);
|
||||
|
||||
Reference in New Issue
Block a user