Skip to content

Commit db14a57

Browse files
committed
Revert unwanted change
1 parent f193571 commit db14a57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/item-page/clarin-files-section/clarin-files-section.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ export class ClarinFilesSectionComponent implements OnInit, OnChanges, OnDestroy
117117
}
118118

119119
generateCurlCommand() {
120+
this.canShowCurlDownload = false;
120121
const fileNames = this.listOfFiles.value.map((file: MetadataBitstream) => {
121122
if (file.canPreview) {
122123
this.canShowCurlDownload = true;

0 commit comments

Comments
 (0)