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
@@ -156,7 +156,7 @@ const AboutDialog = withStyles(styles, { withTheme: true })(
})
.catch((err) => {
// ok in debug builds. File doesn't get placed until install time.
console.log("Failed to fetch open-source notices. " + err);
console.log("Failed to fetch open-source notices. " + err.toString());
});
}
}