mirror of
https://github.com/apache/superset.git
synced 2026-06-01 21:59:26 +00:00
fix: Cannot re-order metrics by drag and drop (#19876)
* fix: cannot-re-order-metrics-by-drag-and-drop * add tests
This commit is contained in:
@@ -87,7 +87,11 @@ export default function DndSelectLabel({
|
||||
<HeaderContainer>
|
||||
<ControlHeader {...props} />
|
||||
</HeaderContainer>
|
||||
<DndLabelsContainer canDrop={canDrop} isOver={isOver}>
|
||||
<DndLabelsContainer
|
||||
data-test="dnd-labels-container"
|
||||
canDrop={canDrop}
|
||||
isOver={isOver}
|
||||
>
|
||||
{props.valuesRenderer()}
|
||||
{displayGhostButton && renderGhostButton()}
|
||||
</DndLabelsContainer>
|
||||
|
||||
Reference in New Issue
Block a user