Skip to content

Commit

Permalink
fix: update machine deploy form UI behavior (#5318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-Topher committed Feb 22, 2024
1 parent 352f85c commit c8055ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ export const DeployForm = ({
onSuccess={clearSidePanelContent}
processingCount={processingCount}
selectedCount={machines ? machines.length : selectedCount ?? 0}
showProcessingCount={false}
validationSchema={DeploySchema}
>
<DeployFormFields />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ export const DeployFormFields = (): JSX.Element => {
</Col>
</Row>
)}
<hr className="u-sv1" />
</div>
</>
);
Expand Down

0 comments on commit c8055ee

Please sign in to comment.