remove console messages
This commit is contained in:
@ -73,7 +73,6 @@ export default {
|
||||
'show': function () {
|
||||
if (this.show) {
|
||||
this.form = getForm(this.model, this.action, this.item1, this.item2)
|
||||
console.log(this.form)
|
||||
this.dirty = true
|
||||
this.$bvModal.show('modal')
|
||||
} else {
|
||||
|
@ -120,5 +120,6 @@
|
||||
"edit_title": "Edit {type}",
|
||||
"Name": "Name",
|
||||
"Description": "Description",
|
||||
"Recipe": "Recipe"
|
||||
"Recipe": "Recipe",
|
||||
"tree_root": "Root of Tree"
|
||||
}
|
||||
|
Reference in New Issue
Block a user