Adjusting spacing

(cherry picked from commit 762bc8ce8c)
This commit is contained in:
DanGastardelli
2024-10-02 08:46:37 -03:00
committed by github-actions[bot]
parent 3104264cd4
commit 10f11a55ff

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 = 'Title'; public fileTitleKey: string = 'Title';
/** /**
* The bitstream's description key * The bitstream's description key
* @type {string} * @type {string}
*/ */
public fileDescrKey = 'Description'; public fileDescrKey: string = 'Description';
public fileFormat!: string; public fileFormat!: string;