mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 08:21:50 -05:00
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