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 474400f commit 5b0d539Copy full SHA for 5b0d539
custom/InlineList.vue
@@ -194,7 +194,7 @@ const endFilters = computed(() => {
194
195
let primaryKeyValue = null;
196
if (primaryKeyColumn.foreignResource) {
197
- primaryKeyColumn = props.record[primaryKeyColumn.name].value;
+ primaryKeyValue = props.record[primaryKeyColumn.name].value;
198
} else {
199
primaryKeyValue = props.record[primaryKeyColumn.name];
200
}
0 commit comments