Skip to content

Commit

Permalink
disable save if warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
nikk15 committed Jul 27, 2023
1 parent 595edee commit 3e9cf6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/src/react-components/service-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ class ConfigurationEditor extends Component {
className={this.props.classes.button}
variant="contained"
color="primary"
disabled={this.state.warningMessage}
>
Save
</Button>
Expand Down

0 comments on commit 3e9cf6d

Please sign in to comment.