mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
restore locator removed
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user