fixes dragHandleProps naming convention, reenabling dragging

This commit is contained in:
Jarrod Flesch
2020-06-26 16:37:41 -04:00
parent 1c84e8a97f
commit 9fad400f75

View File

@@ -58,7 +58,7 @@ const DraggableSection = (props) => {
>
<PositionPanel
dragPanelProps={providedDrag.dragPanelProps}
dragHandleProps={providedDrag.dragHandleProps}
moveRow={moveRow}
positionIndex={rowIndex}
verticalAlignment={positionPanelVerticalAlignment}