Describe the bug
In debugging a different issue ran into the issue of getting an error if the data_type was submitted as a list (as in the config file).
Make sure the validation takes in the data type from the config as a single value, or runs validation for each data_type specified.
To Reproduce
Describe the bug In debugging a different issue ran into the issue of getting an error if the data_type was submitted as a list (as in the config file).
Make sure the validation takes in the data type from the config as a single value, or runs validation for each data_type specified. To Reproduce
Expected behavior
something like this:
Priority (select one)