mirror of
https://github.com/directus/directus.git
synced 2026-01-31 23:18:03 -05:00
m2o fix corresponding type not set (#4052)
* m2o fix corresponding type not set * Update app/src/modules/settings/routes/data-model/field-detail/components/relationship-m2o.vue Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -171,6 +171,7 @@ export default defineComponent({
|
||||
|
||||
state.newFields.push({
|
||||
$type: 'corresponding',
|
||||
type: null,
|
||||
field: state.relations[0].one_field,
|
||||
collection: state.relations[0].one_collection,
|
||||
meta: {
|
||||
|
||||
Reference in New Issue
Block a user