Skip to content

fix(control): fix metadata crash when formbuilder has new field

Ben Whitmore requested to merge control-metadata-crash-661 into main

Issue #661 (closed) contains two bugs. This fixes the one causing a crash when accessing the metadata tab in the control view. Again, this was caused by a new field being added to the formbuilder, without any component type set.

Merge request reports