fix: add worker to default cluster

This commit is contained in:
jialin
2025-12-26 12:08:30 +08:00
parent febdd38f7c
commit a006263e51
6 changed files with 67 additions and 41 deletions
@@ -41,7 +41,7 @@ type AddWorkerProps = {
token: string;
image: string;
server_url: string;
cluster_id: number;
cluster_id: number | null;
[key: string]: any;
};
};