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:
Ildar Iskhakov 2023-06-09 00:34:32 +08:00 committed by GitHub
parent 6e82e9400f
commit f37c3a90d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}