We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412545f commit 936e08fCopy full SHA for 936e08f
frontend/javascripts/dashboard/dataset/dataset_settings_data_tab.tsx
@@ -131,7 +131,7 @@ function SimpleDatasetForm({
131
/>
132
{activeUser?.isSuperUser && dataset ? (
133
<Tooltip title="Inspect the full data source JSON response from the server. This is shown to super users only.">
134
- <a href={`/api/datasets/${dataset?.id}`} target="_blank" rel="noreferrer">
+ <a href={`/api/datasets/${dataset?.id}`} target="_blank" rel="noopener noreferrer">
135
<Button icon={<ExportOutlined />} />
136
</a>
137
</Tooltip>
0 commit comments