[MM-60847] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/integrations/installed_oauth_apps/installed_oauth_apps.tsx' with FormattedMessage (#28673)

Этот коммит содержится в:
Arya Khochare
2024-10-13 19:12:02 +05:30
коммит произвёл GitHub
родитель d2d0ae7654
Коммит 0668df063b
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@@ -12,7 +12,7 @@ exports[`components/integrations/InstalledOAuthApps should match snapshot 1`] =
/>
}
emptyTextSearch={
<FormattedMarkdownMessage
<Memo(MemoizedFormattedMessage)
defaultMessage="No OAuth 2.0 Applications match {searchTerm}"
id="installed_oauth_apps.emptySearch"
/>

Просмотреть файл

@@ -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<Props, State
/>
}
emptyTextSearch={
<FormattedMarkdownMessage
<FormattedMessage
id='installed_oauth_apps.emptySearch'
defaultMessage='No OAuth 2.0 Applications match {searchTerm}'
/>