fix: add worker title

This commit is contained in:
jialin
2026-01-08 09:26:55 +08:00
parent f4e6bf7fd5
commit 0cff804cd7
4 changed files with 14 additions and 14 deletions
@@ -308,6 +308,9 @@ const ClusterCreate: React.FC<{
cluster_id: res.id
});
checkDefaultCluster();
if (extraData.provider === ProviderValueMap.DigitalOcean) {
onClose?.();
}
return true;
};