From c8f49e1837d719cd737c3e1ae976f14b20345e2b Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 5 Jun 2023 09:21:16 +0200 Subject: [PATCH] fix(front): fix wrong key name for dialog.confirm() option Signed-off-by: Thomas Citharel --- js/src/views/Settings/NotificationsView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/views/Settings/NotificationsView.vue b/js/src/views/Settings/NotificationsView.vue index f1fa44eb7..e9e5e471b 100644 --- a/js/src/views/Settings/NotificationsView.vue +++ b/js/src/views/Settings/NotificationsView.vue @@ -645,7 +645,7 @@ const dialog = inject("dialog"); const openRegenerateFeedTokensConfirmation = () => { dialog?.confirm({ - type: "warning", + variant: "warning", title: t("Regenerate new links") as string, message: t( "You'll need to change the URLs where there were previously entered."