Skip to content

Commit 4aa403c

Browse files
authored
Merge pull request ansible#11465 from tiagodread/restore-locator
Restore locator removed
2 parents b63b171 + a13070a commit 4aa403c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awx/ui/src/components/SelectedList/DraggableSelectedList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function DraggableSelectedList({ selected, onRemove, onRowDrag }) {
5454
return (
5555
<DragDrop onDrop={dragItem}>
5656
<Droppable>
57-
<DataList>
57+
<DataList data-cy="draggable-list">
5858
{selected.map(({ name: label, id }, index) => {
5959
const rowPosition = index + 1;
6060
return (

0 commit comments

Comments
 (0)