mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
* #3137 add the leftover code from #3138 for fixing issue #3137 * #3239 Use slice id as the key instead of sliceName
This commit is contained in:
committed by
Maxime Beauchemin
parent
0191fa58c8
commit
2ef9bfed20
@@ -74,6 +74,7 @@ class ControlPanelsContainer extends React.Component {
|
||||
key={`controlsetrow-${i}`}
|
||||
controls={controlSets.map(controlName => (
|
||||
controlName &&
|
||||
this.props.controls[controlName] &&
|
||||
<Control
|
||||
name={controlName}
|
||||
key={`control-${controlName}`}
|
||||
|
||||
Reference in New Issue
Block a user