We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76d9608 + cedc793 commit 62a4e33Copy full SHA for 62a4e33
2 files changed
CHANGELOG.md
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
10
## [9.1.1] - 2026-05-06
11
### Fixed
12
- Fix repairstep which deleted the display names from shares
13
+ - Make modal for sending out confirmations closeable
14
15
### Changed
16
- Set default sort to last activity (renamed from last interaction) for poll list, navigation and dashboard
src/components/Actions/modules/ActionSendConfirmed.vue
@@ -75,7 +75,7 @@ async function clickAction() {
75
76
<NcModal
77
v-model:show="showModal"
78
- no-close
+ close-on-click-outside
79
:name="t('polls', 'Result of sent confirmation mails')"
80
size="small">
81
<div class="modal-confirmation-result">
0 commit comments