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:
parent
d67b30b168
commit
2e6e00c3ba
@ -72,6 +72,7 @@ export default class AddCategoryDialog extends Vue {
|
||||
|
||||
@Watch('value')
|
||||
onOpen(newVal: string) {
|
||||
this.categoryName = ''
|
||||
this.groupNameInternal = this.groupName
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user