Fix display column position being incorrect when using a DP as a table source
This commit is contained in:
parent
e5770ab9a6
commit
f7fe3e33d9
|
@ -5,6 +5,7 @@ export default class NestedProviderFetch extends DataFetch {
|
|||
// Nested providers should already have exposed their own schema
|
||||
return {
|
||||
schema: datasource?.value?.schema,
|
||||
primaryDisplay: datasource?.value?.primaryDisplay,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue