diff --git a/packages/nc-gui/composables/useLTARStore.ts b/packages/nc-gui/composables/useLTARStore.ts index 91aaef9e71..360e1f3016 100644 --- a/packages/nc-gui/composables/useLTARStore.ts +++ b/packages/nc-gui/composables/useLTARStore.ts @@ -163,7 +163,7 @@ const [useProvideLTARStore, useLTARStore] = useInjectionState( where: childrenExcludedListPagination.query && `(${relatedTableDisplayValueProp.value},like,${childrenExcludedListPagination.query})`, - fields: [relatedTableDisplayValueProp.value, ...relatedTablePrimaryKeyProps.value], + // fields: [relatedTableDisplayValueProp.value, ...relatedTablePrimaryKeyProps.value], } as any, ) } else {