[MM-60849] Replace FormattedMarkdownMessage in 'webapp/channels/src/components/integrations/outgoing_oauth_connections/installed_outgoing_oauth_connections.tsx' with FormattedMessagewith FormattedMessage (#28633)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
2f1df64298
Коммит
db951c48e7
@@ -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}'
|
||||
/>
|
||||
|
||||
Ссылка в новой задаче
Block a user