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