summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTobias Järvelöv <tobias.jarvelov@mullvad.net>2025-05-20 11:18:44 +0200
committerSebastian Holmin <sebastian.holmin@mullvad.net>2025-05-28 13:25:41 +0200
commitafc573d72b58e82cfc54314c3db9f05870ae8de3 (patch)
treeb36602f86fdb167b2167e8ea08f12e6d0a3a517c
parent1ee32c33534ba57998cd1c8a08e58cf6b139785a (diff)
downloadmullvadvpn-afc573d72b58e82cfc54314c3db9f05870ae8de3.tar.xz
mullvadvpn-afc573d72b58e82cfc54314c3db9f05870ae8de3.zip
Remove NotificationAction from InAppNotificationAction
The system notifications and in app notifications should no longer use the same types.
-rw-r--r--desktop/packages/mullvad-vpn/src/shared/notifications/notification.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/packages/mullvad-vpn/src/shared/notifications/notification.ts b/desktop/packages/mullvad-vpn/src/shared/notifications/notification.ts
index d1be3369c5..d572807bab 100644
--- a/desktop/packages/mullvad-vpn/src/shared/notifications/notification.ts
+++ b/desktop/packages/mullvad-vpn/src/shared/notifications/notification.ts
@@ -23,7 +23,6 @@ export interface InAppNotificationTroubleshootButton {
}
export type InAppNotificationAction =
- | NotificationAction
| {
type: 'troubleshoot-dialog';
troubleshoot: InAppNotificationTroubleshootInfo;