This commit is contained in:
@@ -831,7 +831,7 @@ export default {
|
||||
//clear any errors vm might be around from previous submit
|
||||
window.$gz.form.deleteAllErrorBoxErrors(this);
|
||||
try {
|
||||
let res = await window.$gz.api.duplicate(url);
|
||||
let res = await window.$gz.api.upsert(url);
|
||||
|
||||
vm.formState.loading = false;
|
||||
if (res.error) {
|
||||
|
||||
Reference in New Issue
Block a user