Skip to content
Snippets Groups Projects
Unverified Commit 56c479f7 authored by Tim Donohue's avatar Tim Donohue Committed by GitHub
Browse files

Merge pull request #476 from Flusspferd123/spellingMistake

Typo in dropdown-field-parser.ts fixed
parents af3cc28f 92f8a5d5
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