FIX: Hide chat message header with new argument (#24346)

This commit is contained in:
Jordan Vidrine 2023-11-13 09:05:18 -06:00 committed by GitHub
parent 7f3f682f67
commit 70b72ee893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -20,6 +20,7 @@ export default class ChatModalNewMessage extends Component {
class="chat-modal-new-message"
@title="chat.new_message_modal.title"
@inline={{@inline}}
@hideHeader={{true}}
>
<MessageCreator @onClose={{@closeModal}} @channel={{@model}} />
</DModal>

View File

@ -8,10 +8,6 @@
padding: 0;
}
.modal-header {
display: none;
}
.modal-inner-container {
width: var(--modal-max-width);
box-shadow: var(--shadow-dropdown);