diff --git a/dashboard/src/components/ApiTokens.vue b/dashboard/src/components/ApiTokens.vue index 2bcc2ea59..0221d2eae 100644 --- a/dashboard/src/components/ApiTokens.vue +++ b/dashboard/src/components/ApiTokens.vue @@ -95,7 +95,6 @@ function onReset() { async function onRevokeToken(id, name) { const yes = await inputDialog.value.confirm({ message: t('profile.removeApiToken.title', { name }), - modal: true, confirmStyle: 'danger', confirmLabel: t('main.dialog.yes'), rejectLabel: t('main.dialog.no') diff --git a/dashboard/src/components/AppArchive.vue b/dashboard/src/components/AppArchive.vue index 4cb49c3e4..6253a458a 100644 --- a/dashboard/src/components/AppArchive.vue +++ b/dashboard/src/components/AppArchive.vue @@ -58,7 +58,6 @@ async function onRemove(archive) { const yes = await inputDialog.value.confirm({ title: t('backups.deleteArchiveDialog.title', { appTitle: archive.appConfig?.manifest?.title, fqdn: archive.appConfig?.fqdn }), message: t('backups.deleteArchiveDialog.description'), - modal: true, confirmStyle: 'danger', confirmLabel: t('backups.deleteArchive.deleteAction'), rejectLabel: t('main.dialog.cancel') diff --git a/dashboard/src/components/AppPasswords.vue b/dashboard/src/components/AppPasswords.vue index 115110666..50f578b5d 100644 --- a/dashboard/src/components/AppPasswords.vue +++ b/dashboard/src/components/AppPasswords.vue @@ -102,7 +102,6 @@ function onCopyToClipboard(password) { async function onRemove(id, name) { const yes = await inputDialog.value.confirm({ message: t('profile.removeAppPassword.title', { name }), - modal: true, confirmStyle: 'danger', confirmLabel: t('main.dialog.yes'), rejectLabel: t('main.dialog.no') diff --git a/dashboard/src/components/BackupSchedule.vue b/dashboard/src/components/BackupSchedule.vue index ed103cde0..f0cd8a9ed 100644 --- a/dashboard/src/components/BackupSchedule.vue +++ b/dashboard/src/components/BackupSchedule.vue @@ -81,7 +81,6 @@ async function onCleanup() { const yes = await inputDialog.value.confirm({ // title: t('backups.cleanupBackups.title'), message: t('backups.cleanupBackups.description'), - modal: true, confirmStyle: 'danger', confirmLabel: t('main.dialog.yes'), rejectLabel: t('main.dialog.no') diff --git a/dashboard/src/components/DomainDialog.vue b/dashboard/src/components/DomainDialog.vue index ea15cb946..824379531 100644 --- a/dashboard/src/components/DomainDialog.vue +++ b/dashboard/src/components/DomainDialog.vue @@ -90,7 +90,6 @@ defineExpose({