1
0
Fork 0
mirror of synced 2024-07-28 17:46:09 +12:00

Added local scope to gridblock to stop row bindings appearing in global scope

This commit is contained in:
Dean 2024-01-25 09:41:06 +00:00
parent 890dad2a62
commit 9f523692d9

View file

@ -6663,7 +6663,8 @@
} }
], ],
"context": { "context": {
"type": "schema" "type": "schema",
"scope": "local"
}, },
"actions": ["RefreshDatasource"] "actions": ["RefreshDatasource"]
}, },