restore locator removed

This commit is contained in:
Tiago
2021-12-15 10:26:49 -03:00
parent 4aa403c122
commit 3f762a6476

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={[