Type
This commit is contained in:
parent
3f91d62b27
commit
19a9318eac
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
// If this is a nested setting (for example inside a grid or form block) then
|
// If this is a nested setting (for example inside a grid or form block) then
|
||||||
// we need to mark all the settings of the actual buttons as nested too, to
|
// we need to mark all the settings of the actual buttons as nested too, to
|
||||||
// allow up to reference context provided by the block
|
// allow us to reference context provided by the block
|
||||||
const updatedNestedFlags = settings => {
|
const updatedNestedFlags = settings => {
|
||||||
if (!nested) {
|
if (!nested) {
|
||||||
return settings
|
return settings
|
||||||
|
|
Loading…
Reference in New Issue