[MM-60849] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/integrations/outgoing_oauth_connections/installed_outgoing_oauth_connections.tsx' with FormattedMessagewith FormattedMessage (#28633)

Этот коммит содержится в:
Rohan Sharma
2024-10-09 14:17:41 +05:30
коммит произвёл GitHub
родитель 2f1df64298
Коммит db951c48e7
2 изменённых файлов: 2 добавлений и 3 удалений

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

@@ -68,7 +68,7 @@ exports[`components/integrations/InstalledOutgoingOAuthConnections should match
/>
}
emptyTextSearch={
<FormattedMarkdownMessage
<Memo(MemoizedFormattedMessage)
defaultMessage="No Outgoing OAuth Connections match {searchTerm}"
id="installed_outgoing_oauth_connections.emptySearch"
/>

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

@@ -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={
<FormattedMarkdownMessage
<FormattedMessage
id='installed_outgoing_oauth_connections.emptySearch'
defaultMessage='No Outgoing OAuth Connections match {searchTerm}'
/>