mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-04 21:58:54 -05:00
fixed advanced search field configuration cookie expiery
This commit is contained in:
@@ -1162,7 +1162,7 @@ export default {
|
|||||||
},
|
},
|
||||||
ui: {
|
ui: {
|
||||||
handler() {
|
handler() {
|
||||||
this.$cookies.set(UI_COOKIE_NAME, this.ui)
|
this.$cookies.set(UI_COOKIE_NAME, this.ui, '100y')
|
||||||
},
|
},
|
||||||
deep: true,
|
deep: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user