File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
static/app/views/alerts/list/rules Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import type {MenuItemProps} from 'sentry/components/dropdownMenu';
1313import { DropdownMenu } from 'sentry/components/dropdownMenu' ;
1414import ErrorBoundary from 'sentry/components/errorBoundary' ;
1515import IdBadge from 'sentry/components/idBadge' ;
16- import Link from 'sentry/components/links/link' ;
1716import LoadingIndicator from 'sentry/components/loadingIndicator' ;
1817import TextOverflow from 'sentry/components/textOverflow' ;
1918import TimeSince from 'sentry/components/timeSince' ;
@@ -260,9 +259,7 @@ function ActivatedRuleListRow({
260259 < AlertNameWrapper >
261260 < AlertNameAndStatus >
262261 < AlertName >
263- < Link to = { `/organizations/${ orgId } /alerts/rules/details/${ rule . id } /` } >
264- { rule . name }
265- </ Link >
262+ < div > { rule . name } </ div >
266263 </ AlertName >
267264 < AlertActivationDate > { renderLatestActivation ( ) } </ AlertActivationDate >
268265 </ AlertNameAndStatus >
You can’t perform that action at this time.
0 commit comments