Adjusting spacing

This commit is contained in:
DanGastardelli
2024-10-02 08:46:37 -03:00
parent df24a63a46
commit 762bc8ce8c

View File

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