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