mirror of
https://github.com/aelve/guide.git
synced 2025-01-08 23:39:18 +03:00
Setting category status fixes #315
This commit is contained in:
parent
f0b20a2636
commit
45ac485ac0
@ -119,10 +119,7 @@ export default class CategoryInfoEdit extends Vue {
|
||||
this.title = category.title
|
||||
this.group = category.group
|
||||
this.checkboxSections = category.sections
|
||||
this.categoryStatus = {
|
||||
name: this.transformCategoryStatus(category.status),
|
||||
value: category.status
|
||||
}
|
||||
this.categoryStatus = category.status
|
||||
}
|
||||
|
||||
transformCategoryStatus (status: string) {
|
||||
|
Loading…
Reference in New Issue
Block a user