mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 12:03:03 +00:00
Fix last commit
This commit is contained in:
@@ -54,13 +54,13 @@ export class SubmissionSectionUploadFileViewComponent implements OnInit {
|
|||||||
* The bitstream's title key
|
* The bitstream's title key
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
public fileTitleKey: string = 'Title';
|
public fileTitleKey = 'Title';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The bitstream's description key
|
* The bitstream's description key
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
public fileDescrKey: string = 'Description';
|
public fileDescrKey = 'Description';
|
||||||
|
|
||||||
public fileFormat!: string;
|
public fileFormat!: string;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user