Error handling for plugin installation/uninstallaion

This commit is contained in:
Rene Pfeuffer
2019-10-01 09:33:48 +02:00
parent 9261513555
commit aded308138
8 changed files with 40 additions and 7 deletions

View File

@@ -121,6 +121,7 @@ class PluginModal extends React.Component<Props, State> {
.catch(error => {
this.setState({
loading: false,
success: false,
error: error
});
});