web ui Update feature complete.

This commit is contained in:
Robin Davies
2024-08-25 18:36:50 -04:00
parent b989ac5c92
commit 6280d415ed
25 changed files with 517 additions and 123 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ export default withStyles(styles, { withTheme: true })(
}
).catch(
(e: any) => {
this.model.showAlert(e + "");
this.model.showAlert(e.toString());
}
);
}