export default function Field({ properties }) { let field_component; if(properties.error_message) { field_component = (
{properties.error_message }