Skip to content

Commit

Permalink
fix: Download full dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed May 31, 2023
1 parent 9fd0aca commit 08e0fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/data-download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ const DownloadMenuItem = ({
sourceType: dataSource.type,
sourceUrl: dataSource.url,
locale,
componentIris,
componentIris: undefined,
}
)
.toPromise();
Expand All @@ -359,7 +359,7 @@ const DownloadMenuItem = ({
sourceType: dataSource.type,
sourceUrl: dataSource.url,
locale,
componentIris,
componentIris: undefined,
filters,
})
.toPromise();
Expand Down

0 comments on commit 08e0fca

Please sign in to comment.