Skip to content

Commit

Permalink
#379 default selection
Browse files Browse the repository at this point in the history
  • Loading branch information
tj-mai committed Jun 4, 2022
1 parent 88337a1 commit 1856f17
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -431,6 +431,9 @@ var addCategoryComponent = Vue.component('add-category-component', {
self.addToWikiHistory.forEach((el) => {
self.categoriesToFilter.push(el.Id);
});

self.selectedParentInWikiId = self.personalWiki.Id;
self.disableAddCategory = false;
}
},
});
Expand Down

0 comments on commit 1856f17

Please sign in to comment.