mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
restore locator removed
This commit is contained in:
parent
4aa403c122
commit
3f762a6476
@ -62,7 +62,10 @@ function DraggableSelectedList({ selected, onRemove, onRowDrag }) {
|
||||
<DataListItem>
|
||||
<DataListItemRow>
|
||||
<DataListControl>
|
||||
<DataListDragButton isDisabled={selected.length < 2} />
|
||||
<DataListDragButton
|
||||
isDisabled={selected.length < 2}
|
||||
data-cy={`reorder-${label}`}
|
||||
/>
|
||||
</DataListControl>
|
||||
<DataListItemCells
|
||||
dataListCells={[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user