mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 08:48:46 -03:30
Merge pull request #11466 from tiagodread/restore-locator-2
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