fix(categories): correct z-index, fix #12777

This commit is contained in:
Matteo Pagliazzi
2020-11-10 19:10:39 +01:00
parent 181b33101e
commit b5d8bcc0fe
2 changed files with 2 additions and 0 deletions
@@ -532,6 +532,7 @@ export default {
this.workingGroup.privateGuild = false;
}
this.workingGroup.categories = [];
if (editingGroup.categories) {
editingGroup.categories.forEach(category => {
this.workingGroup.categories.push(category.slug);