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 {
},
methods: {
handleClose() {
Cookies.set('hide_serverless_survey', 'true', {
expires: 365 * 10,
path: '',
});
Cookies.set('hide_serverless_survey', 'true', { expires: 365 * 10 });
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