started migrating file editor page to generic model list
This commit is contained in:
@ -237,7 +237,6 @@ export default {
|
||||
case this.Actions.UPDATE:
|
||||
update = e.form_data
|
||||
update.id = this.this_item.id
|
||||
console.log('form', update)
|
||||
this.saveThis(update)
|
||||
break;
|
||||
case this.Actions.MERGE:
|
||||
|
Reference in New Issue
Block a user