Edit route hint (#2114)
# What this PR does ## Which issue(s) this PR fixes ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] Documentation added (or `pr:no public docs` PR label added if not required) - [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required)
This commit is contained in:
parent
6e82e9400f
commit
f37c3a90d1
1 changed files with 1 additions and 3 deletions
|
|
@ -70,9 +70,7 @@ const CollapsedIntegrationRouteDisplay: React.FC<CollapsedIntegrationRouteDispla
|
|||
)}
|
||||
tooltipContent={undefined}
|
||||
/>
|
||||
{routeWording === 'Default' && (
|
||||
<Text type="primary">All unrouted routes will be served to the default route</Text>
|
||||
)}
|
||||
{routeWording === 'Default' && <Text type="secondary">Unmatched alerts routed to default route</Text>}
|
||||
{routeWording !== 'Default' && channelFilter.filtering_term && (
|
||||
<Text type="primary" className={cx('heading-container__text')}>
|
||||
{channelFilter.filtering_term}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue