temporarily disable recipe switcher

This commit is contained in:
vabene1111
2022-01-17 17:58:04 +01:00
parent 8b1e80efeb
commit d2b796ddd2
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<template>
<div id="app" style="margin-bottom: 4vh">
<RecipeSwitcher mode="mealplan" />
<!-- <RecipeSwitcher mode="mealplan" />-->
<div class="row">
<div class="col-12 col-xl-8 col-lg-10 offset-xl-2 offset-lg-1">
<div class="row">
@ -249,7 +249,7 @@ import RecipeCard from "@/components/RecipeCard"
import GenericMultiselect from "@/components/GenericMultiselect"
import { Treeselect, LOAD_CHILDREN_OPTIONS } from "@riophae/vue-treeselect"
import "@riophae/vue-treeselect/dist/vue-treeselect.css"
import RecipeSwitcher from "@/components/Buttons/RecipeSwitcher"
// import RecipeSwitcher from "@/components/Buttons/RecipeSwitcher"
Vue.use(BootstrapVue)
@ -258,7 +258,7 @@ let SETTINGS_COOKIE_NAME = "search_settings"
export default {
name: "RecipeSearchView",
mixins: [ResolveUrlMixin, ApiMixin],
components: { GenericMultiselect, RecipeCard, Treeselect, RecipeSwitcher },
components: { GenericMultiselect, RecipeCard, Treeselect },
data() {
return {
// this.Models and this.Actions inherited from ApiMixin