Skip to content

Commit 936e08f

Browse files
Update frontend/javascripts/dashboard/dataset/dataset_settings_data_tab.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 412545f commit 936e08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/javascripts/dashboard/dataset/dataset_settings_data_tab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function SimpleDatasetForm({
131131
/>
132132
{activeUser?.isSuperUser && dataset ? (
133133
<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">
134+
<a href={`/api/datasets/${dataset?.id}`} target="_blank" rel="noopener noreferrer">
135135
<Button icon={<ExportOutlined />} />
136136
</a>
137137
</Tooltip>

0 commit comments

Comments
 (0)