Merge pull request #11466 from tiagodread/restore-locator-2

Restore locator removed
This commit is contained in:
Tiago Góes
2021-12-15 11:10:26 -03:00
committed by GitHub

View File

@@ -62,7 +62,10 @@ function DraggableSelectedList({ selected, onRemove, onRowDrag }) {
<DataListItem> <DataListItem>
<DataListItemRow> <DataListItemRow>
<DataListControl> <DataListControl>
<DataListDragButton isDisabled={selected.length < 2} /> <DataListDragButton
isDisabled={selected.length < 2}
data-cy={`reorder-${label}`}
/>
</DataListControl> </DataListControl>
<DataListItemCells <DataListItemCells
dataListCells={[ dataListCells={[