Commit 01f262fd authored by Mike Greiling's avatar Mike Greiling

Fix issue with banner dismissal not working cross-page

parent 02addd99
...@@ -25,10 +25,7 @@ export default { ...@@ -25,10 +25,7 @@ export default {
}, },
methods: { methods: {
handleClose() { handleClose() {
Cookies.set('hide_serverless_survey', 'true', { Cookies.set('hide_serverless_survey', 'true', { expires: 365 * 10 });
expires: 365 * 10,
path: '',
});
this.visible = false; this.visible = false;
}, },
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment