fixed search facets and sub recipe

This commit is contained in:
vabene1111
2021-09-04 19:26:42 +02:00
parent 738387ccf0
commit 16d125a243
4 changed files with 16 additions and 10 deletions

View File

@ -337,6 +337,7 @@ export default {
this.$nextTick(function () {
if (this.$cookies.isKey(SETTINGS_COOKIE_NAME)) {
this.settings = Object.assign({}, this.settings, this.$cookies.get(SETTINGS_COOKIE_NAME))
this.refreshData(false)
}
let urlParams = new URLSearchParams(window.location.search);