diff --git a/vue/src/apps/RecipeSearchView/AdvancedTreeSelect.vue b/vue/src/apps/RecipeSearchView/AdvancedTreeSelect.vue index f7dd3505..70cbec45 100644 --- a/vue/src/apps/RecipeSearchView/AdvancedTreeSelect.vue +++ b/vue/src/apps/RecipeSearchView/AdvancedTreeSelect.vue @@ -1,22 +1,22 @@ diff --git a/vue/src/apps/RecipeSearchView/RecipeSearchView.vue b/vue/src/apps/RecipeSearchView/RecipeSearchView.vue index aa4f4289..da7aae3b 100644 --- a/vue/src/apps/RecipeSearchView/RecipeSearchView.vue +++ b/vue/src/apps/RecipeSearchView/RecipeSearchView.vue @@ -147,6 +147,18 @@ +
+
+ +
+
@@ -285,6 +297,7 @@ import GenericMultiselect from "@/components/GenericMultiselect" import { Treeselect, LOAD_CHILDREN_OPTIONS } from "@riophae/vue-treeselect" //TODO: delete import "@riophae/vue-treeselect/dist/vue-treeselect.css" //TODO: delete import RecipeSwitcher from "@/components/Buttons/RecipeSwitcher" +import AdvancedTreeSelect from "@/apps/RecipeSearchView/AdvancedTreeSelect" Vue.use(VueCookies) Vue.use(BootstrapVue) @@ -512,7 +525,6 @@ export default { this.search.pagination_page = page this.refreshData(false) }, - normalizer(node) { let count = node?.count ? " (" + node.count + ")" : "" return {