Skip to content

Commit

Permalink
[ECOMMONS-1195] Apply fix for opening file in new tab per Robert's re…
Browse files Browse the repository at this point in the history
…quest
  • Loading branch information
BrandonKowalski committed Jan 12, 2024
1 parent 245f63f commit 43c8003
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class FileDownloadLinkComponent implements OnInit {
/**
* A boolean representing if link is shown in same tab or in a new one.
*/
@Input() isBlank = false;
@Input() isBlank = true;

@Input() enableRequestACopy = true;

Expand Down

0 comments on commit 43c8003

Please sign in to comment.