diff --git a/src/csui/NotificationUi.vue b/src/csui/NotificationUi.vue index 394b3fc..37a9df6 100644 --- a/src/csui/NotificationUi.vue +++ b/src/csui/NotificationUi.vue @@ -59,7 +59,7 @@ export default { notificationText: "this is a test notification with some html for bold measure", notificationActions: null, showNotification: true, - } + }; }, ...mapState([ 'notificationConfig' @@ -107,9 +107,15 @@ export default { } } } +