Another round of lots of updates to fix little bugs here there and everywhere.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user