Skip to content
Snippets Groups Projects
Commit a5063e8e authored by Alicia.DeDiosFuente's avatar Alicia.DeDiosFuente Committed by Florent POITTEVIN
Browse files

fix: fix validation metadata type

parent f6ca9768
No related branches found
No related tags found
1 merge request!162Adf validation form metadata type
......@@ -38,6 +38,7 @@ export class AdminMetadataTypeFormPresentational extends SharedAbstractFormPrese
readonly files: string = "files";
readonly filesAccepted: string[] = [".xml", ".json", ".xsd", ".txt"];
readonly maxSizeFile: number = 25000000;
uploadedOrChangedFile: boolean = false;
@Input()
isEditAction: boolean = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment