When trying to fetch (GET {{services}}/scenarios/{scenarion.uuid}/forms) the start-up form on a scenario, if a multi-value selection component is in it
component.txt, its default value is an empty array.
Due to this, while trying to fetch the form, I obtained this response
response.txt
If we switch back the default value to an empty string, we can get the form back.