mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 10:41:05 -03:30
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