From db951c48e7eaf386f3a16cdd56933f9c56375747 Mon Sep 17 00:00:00 2001 From: Rohan Sharma <117426013+RS-labhub@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:17:41 +0530 Subject: [PATCH] [MM-60849] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/integrations/outgoing_oauth_connections/installed_outgoing_oauth_connections.tsx' with FormattedMessagewith FormattedMessage (#28633) --- .../installed_outgoing_oauth_connections.test.tsx.snap | 2 +- .../installed_outgoing_oauth_connections.tsx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/webapp/channels/src/components/integrations/outgoing_oauth_connections/__snapshots__/installed_outgoing_oauth_connections.test.tsx.snap b/webapp/channels/src/components/integrations/outgoing_oauth_connections/__snapshots__/installed_outgoing_oauth_connections.test.tsx.snap index 70dc6e834a..1f2b67adf0 100644 --- a/webapp/channels/src/components/integrations/outgoing_oauth_connections/__snapshots__/installed_outgoing_oauth_connections.test.tsx.snap +++ b/webapp/channels/src/components/integrations/outgoing_oauth_connections/__snapshots__/installed_outgoing_oauth_connections.test.tsx.snap @@ -68,7 +68,7 @@ exports[`components/integrations/InstalledOutgoingOAuthConnections should match /> } emptyTextSearch={ - diff --git a/webapp/channels/src/components/integrations/outgoing_oauth_connections/installed_outgoing_oauth_connections.tsx b/webapp/channels/src/components/integrations/outgoing_oauth_connections/installed_outgoing_oauth_connections.tsx index f61240c3ba..5438073f99 100644 --- a/webapp/channels/src/components/integrations/outgoing_oauth_connections/installed_outgoing_oauth_connections.tsx +++ b/webapp/channels/src/components/integrations/outgoing_oauth_connections/installed_outgoing_oauth_connections.tsx @@ -18,7 +18,6 @@ import {loadOutgoingOAuthConnectionsAndProfiles} from 'actions/integration_actio import BackstageList from 'components/backstage/components/backstage_list'; import ExternalLink from 'components/external_link'; -import FormattedMarkdownMessage from 'components/formatted_markdown_message'; import {DeveloperLinks} from 'utils/constants'; @@ -130,7 +129,7 @@ const InstalledOutgoingOAuthConnections = (props: Props) => { /> } emptyTextSearch={ -