Skip to content

Remove blank select fields

Philip requested to merge phil/schleuder-web:phil-main-patch-97609 into main

Without this form option the form shows a blank field at the top of the selection. After selecting this field and sending the request to the server it responds with a FATAL error:

API response body: {"errors":["Log level can't be blank","Log level must be one of: debug, info, warn, error"]}

Merge request reports