1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +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": {
"type": "schema"
"type": "schema",
"scope": "local"
},
"actions": ["RefreshDatasource"]
},