From d98dc31425fc2be9bff167964dc6ffe16f596c7e Mon Sep 17 00:00:00 2001 From: Zubair Imtiaz <106450046+ZubairImtiaz3@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:34:43 +0500 Subject: [PATCH] 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 --- .../src/components/post_markdown/system_message_helpers.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/channels/src/components/post_markdown/system_message_helpers.tsx b/webapp/channels/src/components/post_markdown/system_message_helpers.tsx index 0b8751df90..3e9b2c916f 100644 --- a/webapp/channels/src/components/post_markdown/system_message_helpers.tsx +++ b/webapp/channels/src/components/post_markdown/system_message_helpers.tsx @@ -189,7 +189,6 @@ function renderHeaderChangeMessage(post: Post): ReactNode { } const headerOptions = { - singleline: true, channelNamesMap: post.props && post.props.channel_mentions, mentionHighlight: true, };