web ui Update feature complete.
This commit is contained in:
@@ -349,7 +349,7 @@ export default withStyles(styles, { withTheme: true })(
|
||||
}
|
||||
).catch(
|
||||
(e: any) => {
|
||||
this.model.showAlert(e + "");
|
||||
this.model.showAlert(e.toString());
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user