fix: no clusters tips in adding worker modal
This commit is contained in:
@@ -7,7 +7,7 @@ type AddModalProps = {
|
||||
token: string;
|
||||
image: string;
|
||||
server_url: string;
|
||||
cluster_id: number;
|
||||
cluster_id: number | null;
|
||||
};
|
||||
};
|
||||
const AddCluster: React.FC<AddModalProps> = ({ registrationInfo }) => {
|
||||
|
||||
Reference in New Issue
Block a user