Skip to content
Snippets Groups Projects
Commit 3973beb4 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Clear table before emit

parent 4a06fabe
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,8 @@
)
}
console.log(item)
this.items = []
this.suggesting = false
self.$emit('submit', item)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment