mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 21:51:26 -03:30
Merge pull request #11465 from tiagodread/restore-locator
Restore locator removed
This commit is contained in:
commit
4aa403c122
@ -54,7 +54,7 @@ function DraggableSelectedList({ selected, onRemove, onRowDrag }) {
|
||||
return (
|
||||
<DragDrop onDrop={dragItem}>
|
||||
<Droppable>
|
||||
<DataList>
|
||||
<DataList data-cy="draggable-list">
|
||||
{selected.map(({ name: label, id }, index) => {
|
||||
const rowPosition = index + 1;
|
||||
return (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user