fix: no clusters tips in adding worker modal
This commit is contained in:
@@ -71,3 +71,7 @@ export type SummaryDataMap = {
|
||||
};
|
||||
|
||||
export type SummaryDataKey = keyof SummaryDataKeys;
|
||||
|
||||
export interface AddWorkerStepProps {
|
||||
disabled?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user