Skip to content
Snippets Groups Projects
Commit 92f8a5d5 authored by Julius Gruber's avatar Julius Gruber
Browse files

Typo in dropdown-field-parser.ts fixed

parent 3a68b6dd
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ export class DropdownFieldParser extends FieldParser {
const dropdownModel = new DynamicScrollableDropdownModel(dropdownModelConfig, layout);
return dropdownModel;
} else {
throw Error(`Authority name is not available. Please checks form configuration file.`);
throw Error(`Authority name is not available. Please check the form configuration file.`);
}
}
}
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