mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03:30
restore locator removed
This commit is contained in:
@@ -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={[
|
||||
|
||||
Reference in New Issue
Block a user