Update to all catch functions.
This commit is contained in:
@@ -197,7 +197,7 @@ async function handle_obj_field_patch(new_field_value: any) {
|
||||
}
|
||||
return true;
|
||||
})
|
||||
.catch(function (error) {
|
||||
.catch(function (error: any) {
|
||||
patch_status = 'Error during PATCH';
|
||||
console.log('Something went wrong patching the record.');
|
||||
console.log(error);
|
||||
|
||||
Reference in New Issue
Block a user