mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
3104264cd4
commit
10f11a55ff
@@ -54,13 +54,13 @@ export class SubmissionSectionUploadFileViewComponent implements OnInit {
|
||||
* The bitstream's title key
|
||||
* @type {string}
|
||||
*/
|
||||
public fileTitleKey = 'Title';
|
||||
public fileTitleKey: string = 'Title';
|
||||
|
||||
/**
|
||||
* The bitstream's description key
|
||||
* @type {string}
|
||||
*/
|
||||
public fileDescrKey = 'Description';
|
||||
public fileDescrKey: string = 'Description';
|
||||
|
||||
public fileFormat!: string;
|
||||
|
||||
|
Reference in New Issue
Block a user