fixes #6103 --------- Co-authored-by: Marie Stoppa <marie.stoppa@essec.edu>
This commit is contained in:
committed by
GitHub
parent
f24536c115
commit
284e75791c
@ -218,6 +218,7 @@ export const SettingsDataModelFieldSelectForm = ({
|
||||
<>
|
||||
{options.map((option, index) => (
|
||||
<DraggableItem
|
||||
isInsideScrollableContainer
|
||||
key={option.id}
|
||||
draggableId={option.id}
|
||||
index={index}
|
||||
|
||||
Reference in New Issue
Block a user