1
0
Fork 0
mirror of synced 2024-08-14 01:21:41 +12:00

Merge branch 'master' into fix/5838

This commit is contained in:
Rory Powell 2022-05-12 15:54:18 +01:00
commit 5bf5f5bc68

View file

@ -60,7 +60,7 @@ export function getBindings({
)
const label = path == null ? column : `${path}.0.${column}`
const binding = path == null ? `[${column}]` : `${path}.0.[${column}]`
const binding = path == null ? `[${column}]` : `[${path}].0.[${column}]`
// only supply a description for relationship paths
const description =
path == null