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
1 changed files with 2 additions and 1 deletions

View File

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