1
0
Fork 0
mirror of synced 2024-09-11 06:56:23 +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 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 // only supply a description for relationship paths
const description = const description =
path == null path == null