From a13070a8da4ff7ec64665a5545cb46321e3c276d Mon Sep 17 00:00:00 2001 From: Tiago Date: Tue, 14 Dec 2021 18:39:10 -0300 Subject: [PATCH] restore locator removed --- awx/ui/src/components/SelectedList/DraggableSelectedList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/src/components/SelectedList/DraggableSelectedList.js b/awx/ui/src/components/SelectedList/DraggableSelectedList.js index 64987618c0..4088e8c82e 100644 --- a/awx/ui/src/components/SelectedList/DraggableSelectedList.js +++ b/awx/ui/src/components/SelectedList/DraggableSelectedList.js @@ -54,7 +54,7 @@ function DraggableSelectedList({ selected, onRemove, onRowDrag }) { return ( - + {selected.map(({ name: label, id }, index) => { const rowPosition = index + 1; return (