No more modal for dialogs
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user