1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00

fixed advanced search field configuration cookie expiery

This commit is contained in:
vabene1111
2022-05-18 16:06:55 +02:00
parent 9ac8641c13
commit 94c915e23a

View File

@@ -1162,7 +1162,7 @@ export default {
},
ui: {
handler() {
this.$cookies.set(UI_COOKIE_NAME, this.ui)
this.$cookies.set(UI_COOKIE_NAME, this.ui, '100y')
},
deep: true,
},