Skip to content

Commit 59496fa

Browse files
committed
Small bugs
1 parent 3f12c66 commit 59496fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webapp/components/CategorySelection.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export default {
4242
methods: {
4343
addCategory () {
4444
this.$store.dispatch('categories/addCategory', { name: this.newCategory.name })
45+
this.newCategory = { name: '' }
4546
},
4647
removeCategory (categoryId) {
4748
this.$store.dispatch('categories/removeCategory', categoryId)

0 commit comments

Comments
 (0)