Skip to content

Commit

Permalink
fix: disable save button upon submitting
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni committed Aug 12, 2024
1 parent b948031 commit e8d64a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/manage/Add/Add.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ class Add extends Component {
aria-label={this.props.intl.formatMessage(messages.save)}
onClick={() => this.form.current.onSubmit()}
loading={this.props.createRequest.loading}
disabled={this.props.createRequest.loading}
>
<Icon
name={saveSVG}
Expand Down

0 comments on commit e8d64a7

Please sign in to comment.