We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0d539 commit c9fdf3dCopy full SHA for c9fdf3d
custom/InlineList.vue
@@ -194,7 +194,7 @@ const endFilters = computed(() => {
194
195
let primaryKeyValue = null;
196
if (primaryKeyColumn.foreignResource) {
197
- primaryKeyValue = props.record[primaryKeyColumn.name].value;
+ primaryKeyValue = props.record[primaryKeyColumn.name].pk;
198
} else {
199
primaryKeyValue = props.record[primaryKeyColumn.name];
200
}
0 commit comments