From 0668df063b724381203a26b6efe56a419fc5562c Mon Sep 17 00:00:00 2001
From: Arya Khochare <91268931+Aryakoste@users.noreply.github.com>
Date: Sun, 13 Oct 2024 19:12:02 +0530
Subject: [PATCH] [MM-60847] Replace FormattedMarkdownMessage in
'webapp/channels/src/components/integrations/installed_oauth_apps/installed_oauth_apps.tsx'
with FormattedMessage (#28673)
---
.../__snapshots__/installed_oauth_apps.test.tsx.snap | 2 +-
.../integrations/installed_oauth_apps/installed_oauth_apps.tsx | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/webapp/channels/src/components/integrations/installed_oauth_apps/__snapshots__/installed_oauth_apps.test.tsx.snap b/webapp/channels/src/components/integrations/installed_oauth_apps/__snapshots__/installed_oauth_apps.test.tsx.snap
index 7f80b93a37..594faef994 100644
--- a/webapp/channels/src/components/integrations/installed_oauth_apps/__snapshots__/installed_oauth_apps.test.tsx.snap
+++ b/webapp/channels/src/components/integrations/installed_oauth_apps/__snapshots__/installed_oauth_apps.test.tsx.snap
@@ -12,7 +12,7 @@ exports[`components/integrations/InstalledOAuthApps should match snapshot 1`] =
/>
}
emptyTextSearch={
-
diff --git a/webapp/channels/src/components/integrations/installed_oauth_apps/installed_oauth_apps.tsx b/webapp/channels/src/components/integrations/installed_oauth_apps/installed_oauth_apps.tsx
index 555c066623..37c117e25e 100644
--- a/webapp/channels/src/components/integrations/installed_oauth_apps/installed_oauth_apps.tsx
+++ b/webapp/channels/src/components/integrations/installed_oauth_apps/installed_oauth_apps.tsx
@@ -11,7 +11,6 @@ import type {ActionResult} from 'mattermost-redux/types/actions';
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';
import {localizeMessage} from 'utils/utils';
@@ -183,7 +182,7 @@ export default class InstalledOAuthApps extends React.PureComponent
}
emptyTextSearch={
-