Added local scope to gridblock to stop row bindings appearing in global scope
This commit is contained in:
parent
890dad2a62
commit
9f523692d9
|
@ -6663,7 +6663,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"context": {
|
"context": {
|
||||||
"type": "schema"
|
"type": "schema",
|
||||||
|
"scope": "local"
|
||||||
},
|
},
|
||||||
"actions": ["RefreshDatasource"]
|
"actions": ["RefreshDatasource"]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue