From 2f1df6429837c0daab96f68c002ee397db025b83 Mon Sep 17 00:00:00 2001 From: Rohan Sharma <117426013+RS-labhub@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:16:29 +0530 Subject: [PATCH] [MM-60851] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/system_notice/notices.tsx' with FormattedMessage (#28632) --- webapp/channels/src/components/system_notice/notices.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webapp/channels/src/components/system_notice/notices.tsx b/webapp/channels/src/components/system_notice/notices.tsx index 5f9dbacb79..d4415fad29 100644 --- a/webapp/channels/src/components/system_notice/notices.tsx +++ b/webapp/channels/src/components/system_notice/notices.tsx @@ -7,7 +7,6 @@ import {FormattedMessage} from 'react-intl'; import {InformationOutlineIcon} from '@mattermost/compass-icons/components'; import ExternalLink from 'components/external_link'; -import FormattedMarkdownMessage from 'components/formatted_markdown_message'; import type {Notice} from 'components/system_notice/types'; import {DocLinks} from 'utils/constants'; @@ -146,7 +145,7 @@ const notices: Notice[] = [ { name: 'ie11_deprecation', title: ( -