You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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):
![Screenshot 2021-11-02 at 14 42 54](https://user-images.githubusercontent.com/40595903/139858670-1608b616-8652-4954-9429-002139411a18.png)
But when I console.log() the selected options it returns this:
This all happens because neither of the default set values exist.
The text was updated successfully, but these errors were encountered: