Another round of lots of updates to fix little bugs here there and everywhere.

This commit is contained in:
Scott Idem
2025-11-13 20:03:51 -05:00
parent 13869b40bd
commit 7cd59bfaac
9 changed files with 26 additions and 18 deletions

View File

@@ -122,7 +122,7 @@ async function handle_obj_field_patch(new_field_value: any) {
}
return true;
})
.catch(function (error) {
.catch(function (error: any) {
console.log('Something went wrong patching the record.');
console.log(error);
return false;