mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
fix(explore): Prevent shared controls from checking feature flags outside React render (#21315)
This commit is contained in:
@@ -345,7 +345,7 @@ const config: ControlPanelConfig = {
|
||||
controlState,
|
||||
) || {};
|
||||
timeserieslimitProps.value = state.controls?.limit?.value
|
||||
? controlState.value
|
||||
? controlState?.value
|
||||
: [];
|
||||
return timeserieslimitProps;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user