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: { ui: {
handler() { handler() {
this.$cookies.set(UI_COOKIE_NAME, this.ui) this.$cookies.set(UI_COOKIE_NAME, this.ui, '100y')
}, },
deep: true, deep: true,
}, },