mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 12:49:02 -05:00
fixed advanced search field configuration cookie expiery
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user