Skip to content

Commit

Permalink
UIBULKED-372: Bulk edit - Element IDs are not unique. (#414)
Browse files Browse the repository at this point in the history
UladzislauKutarkin authored Nov 20, 2023
1 parent 52f057d commit 2920d46
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -44,7 +44,6 @@ const BulkEditInAppPreviewModal = ({
const history = useHistory();
const search = new URLSearchParams(history.location.search);
const capabilities = search.get('capabilities');
const step = search.get('step');
const { visibleColumns } = useContext(RootContext);

const swwCallout = () => (
@@ -177,7 +176,7 @@ const BulkEditInAppPreviewModal = ({
columnMapping={columnMapping}
visibleColumns={visibleColumnKeys}
maxHeight={300}
columnIdPrefix={step}
columnIdPrefix="in-app"
/>
</>
) : <Preloader />}

0 comments on commit 2920d46

Please sign in to comment.