diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-11-11 18:04:15 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-11-13 19:53:59 +0100 |
| commit | 90db7b7922192cc96eae37caa1f20e2fefe6bc15 (patch) | |
| tree | fa371841095d5ff8f3f0a25908d436f514d2b50c /gui/src/shared/notifications/notification.ts | |
| parent | 52499b482483ba1dac7fc8d756f2bf671362b178 (diff) | |
| download | mullvadvpn-90db7b7922192cc96eae37caa1f20e2fefe6bc15.tar.xz mullvadvpn-90db7b7922192cc96eae37caa1f20e2fefe6bc15.zip | |
Update notification messages
Diffstat (limited to 'gui/src/shared/notifications/notification.ts')
| -rw-r--r-- | gui/src/shared/notifications/notification.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/shared/notifications/notification.ts b/gui/src/shared/notifications/notification.ts index 4bfd90463f..570bf2f12b 100644 --- a/gui/src/shared/notifications/notification.ts +++ b/gui/src/shared/notifications/notification.ts @@ -20,7 +20,7 @@ export interface SystemNotification { } export interface InAppNotification { - indicator: InAppNotificationIndicatorType; + indicator?: InAppNotificationIndicatorType; title: string; subtitle?: string; action?: NotificationAction; |
