fix comment

This commit is contained in:
Giuseppe Digilio
2021-07-02 13:53:11 +02:00
parent badf901361
commit c190cdc9bd

View File

@@ -25,7 +25,7 @@ export class FileDownloadLinkComponent implements OnInit {
@Input() cssClasses = ''; @Input() cssClasses = '';
/** /**
* Optional bitstream link, show in same tab or a new tab. * A boolean representing if link is shown in same tab or in a new one.
*/ */
@Input() isBlank = false; @Input() isBlank = false;