Skip to content

Commit

Permalink
fix(notification): remove notification cookie once the message is dis…
Browse files Browse the repository at this point in the history
…played (#775)
  • Loading branch information
bartoszherba authored Mar 23, 2022
1 parent 5759dfc commit e2214bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/theme/composables/useUiNotification/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const useUiNotification = () => {

if (cookieMessage) {
send(cookieMessage);
app.$cookies.remove(cookieNames.messageCookieName);
}

return {
Expand Down

0 comments on commit e2214bd

Please sign in to comment.