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
7219f8fed8
commit
a13070a8da
@ -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