1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 12:15:06 +03:00

Resetting category name on open add category dialog

This commit is contained in:
zeot 2018-10-03 23:25:11 +03:00
parent d67b30b168
commit 2e6e00c3ba

View File

@ -72,6 +72,7 @@ export default class AddCategoryDialog extends Vue {
@Watch('value')
onOpen(newVal: string) {
this.categoryName = ''
this.groupNameInternal = this.groupName
}