mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
@@ -365,9 +365,7 @@ function initLocalStore(collection: string, field: string, type: typeof localTyp
|
||||
$type: 'manyCurrent',
|
||||
collection: junctionCollection,
|
||||
field: manyCurrent,
|
||||
type: collectionExists(junctionCollection)
|
||||
? fieldsStore.getPrimaryKeyFieldForCollection(junctionCollection)?.type
|
||||
: 'integer',
|
||||
type: fieldsStore.getPrimaryKeyFieldForCollection(collection)!.type,
|
||||
schema: {},
|
||||
meta: {
|
||||
hidden: true,
|
||||
|
||||
Reference in New Issue
Block a user