diff --git a/frontend/src/components/EnumComponent.tsx b/frontend/src/components/EnumComponent.tsx index 70f2f0d..f8ef4bd 100644 --- a/frontend/src/components/EnumComponent.tsx +++ b/frontend/src/components/EnumComponent.tsx @@ -73,7 +73,7 @@ export const EnumComponent = React.memo((props: EnumComponentProps) => { {readOnly ? ( // Display the Form.Control when readOnly is true - + ) : ( // Display the Form.Select when readOnly is false { onChange={(event) => changeCallback(event.target.value)}> {Object.entries(enumDict).map(([key, val]) => ( ))}