Skip to content

Commit

Permalink
Make accelorators field not required on workbench spawner page and mo…
Browse files Browse the repository at this point in the history
…del deployment modals
  • Loading branch information
DaoDaoNoCode committed Sep 10, 2024
1 parent 917b4af commit 26a3499
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ const AcceleratorProfileSelectField: React.FC<AcceleratorProfileSelectFieldProps
</Popover>
) : undefined
}
isRequired
>
<SimpleSelect
isFullWidth
Expand Down Expand Up @@ -235,7 +234,7 @@ const AcceleratorProfileSelectField: React.FC<AcceleratorProfileSelectFieldProps
)}
{selectedAcceleratorProfile.profile && (
<StackItem>
<FormGroup label="Number of accelerators" fieldId="number-of-accelerators" isRequired>
<FormGroup label="Number of accelerators" fieldId="number-of-accelerators">
<InputGroup>
<NumberInput
inputAriaLabel="Number of accelerators"
Expand Down

0 comments on commit 26a3499

Please sign in to comment.