From a39f39f57f9140f402be02b620a3736c0c5e0420 Mon Sep 17 00:00:00 2001 From: kinged007 Date: Wed, 26 Jul 2023 12:44:59 +0200 Subject: [PATCH] Update index.ts #9 Update for fix mentioned in issue #9 --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 08ffd60..ceb562e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -56,6 +56,7 @@ export default defineInterface({ width: 'full', interface: 'system-field', options: { + collectionName: relations.m2o?.related_collection, allowNone: false, typeAllowList: ['string', 'integer', 'bigInteger'], allowForeignKeys: false,