Skip to content

Commit

Permalink
[Fixes #1216] Remove uploaded items from new importer upload list on …
Browse files Browse the repository at this point in the history
…refresh (#1217) (#1222)
  • Loading branch information
DavidQuartz authored Oct 7, 2022
1 parent 079f04f commit 1b9f47b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ function UploadCard({
{(detailUrl || status === 'finished')
? <Button
variant="primary"
{...(!detailUrl && {onClick: () => {
onRemove();
}})}
href={detailUrl || '/catalogue/#/search/?f=dataset'}
target="_blank"
rel="noopener noreferrer"
Expand Down

0 comments on commit 1b9f47b

Please sign in to comment.