From ef4e79f520d88040d6f9742027f80e1432ee876e Mon Sep 17 00:00:00 2001 From: Kevin-DDR Date: Sat, 4 Jan 2020 11:44:24 +0100 Subject: [PATCH] Disabled auto notification dismiss for received card on click --- .../client/src/components/header/notifications/cardReceived.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/src/components/header/notifications/cardReceived.vue b/website/client/src/components/header/notifications/cardReceived.vue index 6a07a9a026..f2f5b5856d 100644 --- a/website/client/src/components/header/notifications/cardReceived.vue +++ b/website/client/src/components/header/notifications/cardReceived.vue @@ -3,7 +3,7 @@ :can-remove="canRemove" :has-icon="true" :notification="notification" - :read-after-click="true" + :read-after-click="false" @click="action" >