No more modal for dialogs

This commit is contained in:
Johannes Zellner
2025-07-15 18:51:39 +02:00
parent 2f4d89f32a
commit 4a537dde1a
9 changed files with 8 additions and 22 deletions
-1
View File
@@ -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')