mirror of
https://github.com/mattermost/mattermost.git
synced 2026-09-21 14:20:41 +08:00
[MM-60847] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/integrations/installed_oauth_apps/installed_oauth_apps.tsx' with FormattedMessage (#28673)
This commit is contained in:
+1
-1
@@ -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"
|
||||
/>
|
||||
|
||||
+1
-2
@@ -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}'
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user