Skip to content

Commit

Permalink
ui: Set the button disable when it's not ready
Browse files Browse the repository at this point in the history
Refs: #3303
  • Loading branch information
ChengYanJin committed May 3, 2021
1 parent 0963884 commit ddfc975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/containers/CreateVolume.js
Original file line number Diff line number Diff line change
Expand Up @@ -588,9 +588,9 @@ const CreateVolume = (props) => {
<Button
text={intl.translate('add')}
type="button"
onClick={addLabel}
data-cy="add-volume-labels-button"
outlined
disabled
/>
)}
</LabelsForm>
Expand Down

0 comments on commit ddfc975

Please sign in to comment.