Restrict rowexplorer binding to local scope
This commit is contained in:
parent
2d908f3774
commit
acbd7a802c
|
@ -6507,7 +6507,8 @@
|
||||||
],
|
],
|
||||||
"context": {
|
"context": {
|
||||||
"type": "schema",
|
"type": "schema",
|
||||||
"suffix": "repeater"
|
"suffix": "repeater",
|
||||||
|
"scope": "local"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"grid": {
|
"grid": {
|
||||||
|
|
Loading…
Reference in New Issue