Ive recently discovered that the data fixtures create some undefined values to be selected in the select fields of the Showcases.
When you go to one of the Showcases to edit this you get an console error that the properties of key are undefined this is because the Select field, Multiselect and Select Entry under Other are "empty" they are filled with non existent data.
The default values for the select fields are these (Inside my bolt project):

But when I console.log() the selected options it returns this:

This all happens because neither of the default set values exist.
Ive recently discovered that the data fixtures create some undefined values to be selected in the select fields of the Showcases.
When you go to one of the Showcases to edit this you get an console error that the properties of key are undefined this is because the Select field, Multiselect and Select Entry under Other are "empty" they are filled with non existent data.
The default values for the select fields are these (Inside my bolt project):

But when I console.log() the selected options it returns this:
This all happens because neither of the default set values exist.