UX: Hide header in dismiss modal (#22777)

The header was accidentally introduced during the refactoring in d8a87792af
This commit is contained in:
David Taylor 2023-07-25 13:51:38 +01:00 committed by GitHub
parent 49fc775fad
commit 42a78bb4ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
<DModal @closeModal={{@closeModal}} class="discard-draft-modal">
<DModal
@closeModal={{@closeModal}}
class="discard-draft-modal"
@dismissable={{false}}
>
<:body>
<div class="instructions">
{{i18n "post.cancel_composer.confirm"}}