Skip to content

Commit

Permalink
fix: fixed small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-arc10 committed Jan 20, 2025
1 parent 7515fc5 commit ba5f01d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ interface ServerFormProps {
onComplete: () => void;
editMode?: boolean;
controlMachine?: ControlMachineWithAddress | null;
isControlPlane: boolean;
nodeNumber: number;
isControlPlane?: boolean;
nodeNumber?: number;
}

export const ServerForm: React.FC<ServerFormProps> = ({
Expand Down

0 comments on commit ba5f01d

Please sign in to comment.