fix: success message in creation cluster

This commit is contained in:
jialin
2026-02-08 10:27:49 +08:00
parent 21ffd2a564
commit f35ba8f8e5
7 changed files with 76 additions and 36 deletions
+2
View File
@@ -66,3 +66,5 @@ export const clusterSessionAtom = atom<{
} | null>(null);
export const clusterDetailAtom = atom<ClusterListItem | null>(null);
export const workerAddedCountAtom = atom(0);