Skip to content

Commit 62a4e33

Browse files
authored
Merge pull request #4692 from nextcloud/fix/send-confirmation-modal-close
Make modal closable and add click outside
2 parents 76d9608 + cedc793 commit 62a4e33

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
1010
## [9.1.1] - 2026-05-06
1111
### Fixed
1212
- Fix repairstep which deleted the display names from shares
13+
- Make modal for sending out confirmations closeable
1314

1415
### Changed
1516
- Set default sort to last activity (renamed from last interaction) for poll list, navigation and dashboard

src/components/Actions/modules/ActionSendConfirmed.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async function clickAction() {
7575

7676
<NcModal
7777
v-model:show="showModal"
78-
no-close
78+
close-on-click-outside
7979
:name="t('polls', 'Result of sent confirmation mails')"
8080
size="small">
8181
<div class="modal-confirmation-result">

0 commit comments

Comments
 (0)