Error handling

This commit is contained in:
Scott E. Graves
2018-10-02 22:59:33 -05:00
parent 7e82690f5e
commit c55020fe0f
11 changed files with 158 additions and 64 deletions

View File

@@ -135,6 +135,8 @@ class MountItems extends Component {
}
this.performAutoMount();
} else {
this.props.errorHandler(arg.data.Error);
}
};