20fdb66bd3
🎯 Merge Settings Relation and Morph Relation Forms In the settings, we unify morph and relation into a single form. The form now automatically creates - a `RELATION` field when 1 destination object is selected - or a `MORPH_RELATION` field when 2+ objects are selected. Better UI labels (showing object name for single selection, "X Objects" for multiple), proper field editing controls on destination objects, and capitalized field labels. We still make sure the isMorphRelationEnabled feature flag prevents current users from accessing this feature Fixes https://github.com/twentyhq/core-team-issues/issues/1589