mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
disabled button after successful change
This commit is contained in:
@@ -124,7 +124,7 @@ class Configuration extends React.Component<Props, State> {
|
|||||||
modifiedConfiguration,
|
modifiedConfiguration,
|
||||||
this.getContentType()
|
this.getContentType()
|
||||||
)
|
)
|
||||||
.then(() => this.setState({ modifying: false, configChanged: true }))
|
.then(() => this.setState({ modifying: false, configChanged: true, valid: false }))
|
||||||
.catch(this.handleError);
|
.catch(this.handleError);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user