File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
static/gsApp/views/seerAutomation/components/repoTable Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import {LoadingIndicator} from 'sentry/components/loadingIndicator';
1818import { Panel } from 'sentry/components/panels/panel' ;
1919import { useBulkUpdateRepositorySettings } from 'sentry/components/repositories/useBulkUpdateRepositorySettings' ;
2020import { getRepositoryWithSettingsQueryKey } from 'sentry/components/repositories/useRepositoryWithSettings' ;
21+ import { IconOpen } from 'sentry/icons/iconOpen' ;
2122import { IconSearch } from 'sentry/icons/iconSearch' ;
2223import { t , tct } from 'sentry/locale' ;
2324import type { RepositoryWithSettings } from 'sentry/types/integrations' ;
@@ -188,7 +189,8 @@ export function SeerRepoTable() {
188189 < LinkButton
189190 priority = "primary"
190191 size = "sm"
191- to = { `/settings/organizations/${ organization . slug } /repos/` }
192+ to = { `/settings/${ organization . slug } /repos/` }
193+ icon = { < IconOpen /> }
192194 >
193195 { t ( 'Manage Repositories' ) }
194196 </ LinkButton >
You can’t perform that action at this time.
0 commit comments