Fixes [#24664] Improve System Message Formatting for Channel Header Edits (#24714)

* Added cancel button in the delete category modal

* fix lint error

* fix eslint issues

* Line break Added in system messages-ChannelHeader

* fix-lint

* Update _post.scss

* Update _markdown.scss

* Update system_message_helpers.tsx

* remove_extra_spaces

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Zubair Imtiaz
2023-10-16 15:34:43 +05:00
committed by GitHub
parent 2f5b756d67
commit d98dc31425

View File

@@ -189,7 +189,6 @@ function renderHeaderChangeMessage(post: Post): ReactNode {
}
const headerOptions = {
singleline: true,
channelNamesMap: post.props && post.props.channel_mentions,
mentionHighlight: true,
};