Fix last commit

(cherry picked from commit 62006c00ca)
This commit is contained in:
DanGastardelli
2024-10-02 09:01:56 -03:00
committed by github-actions[bot]
parent 10f11a55ff
commit 784f5c1808

View File

@@ -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;