diff --git a/public/app/features/plugins/PluginListPage.tsx b/public/app/features/plugins/PluginListPage.tsx index bafc55fd395..b39e4de5979 100644 --- a/public/app/features/plugins/PluginListPage.tsx +++ b/public/app/features/plugins/PluginListPage.tsx @@ -35,7 +35,6 @@ export class PluginListPage extends PureComponent { const linkButton = { href: 'https://grafana.com/plugins?utm_source=grafana_plugin_list', title: 'Find more plugins on Grafana.com', - target: '_blank', }; return ( @@ -46,6 +45,7 @@ export class PluginListPage extends PureComponent { searchQuery={searchQuery} setSearchQuery={query => setPluginsSearchQuery(query)} linkButton={linkButton} + target="_blank" /> {hasFetched && plugins && plugins && } diff --git a/public/app/features/plugins/__snapshots__/PluginListPage.test.tsx.snap b/public/app/features/plugins/__snapshots__/PluginListPage.test.tsx.snap index 69b2c12edbf..2c92f129b93 100644 --- a/public/app/features/plugins/__snapshots__/PluginListPage.test.tsx.snap +++ b/public/app/features/plugins/__snapshots__/PluginListPage.test.tsx.snap @@ -20,12 +20,12 @@ exports[`Render should render component 1`] = ` linkButton={ Object { "href": "https://grafana.com/plugins?utm_source=grafana_plugin_list", - "target": "_blank", "title": "Find more plugins on Grafana.com", } } searchQuery="" setSearchQuery={[Function]} + target="_blank" /> @@ -51,12 +51,12 @@ exports[`Render should render list 1`] = ` linkButton={ Object { "href": "https://grafana.com/plugins?utm_source=grafana_plugin_list", - "target": "_blank", "title": "Find more plugins on Grafana.com", } } searchQuery="" setSearchQuery={[Function]} + target="_blank" />