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