21097 remove ui for further details

This commit is contained in:
2026-01-19 13:15:50 +00:00
parent 088c93e2cf
commit 4710d3e420
4 changed files with 11 additions and 14 deletions
@@ -3,7 +3,7 @@ import { useRouter } from "next/router";
import { useDropzone } from "react-dropzone";
import { Field } from "redux-form";
import RepDetails from "./representationDetails";
import { RenderRadioListWithText } from "./representationElements";
import { RenderRadioList } from "./representationElements";
let RepCapacitySelection = (props) => {
let { t } = useTranslation();
@@ -72,7 +72,7 @@ let RepCapacitySelection = (props) => {
errorMsg={t(
"myrepresentations:select-an-option-label"
)}
component={RenderRadioListWithText}
component={RenderRadioList}
validate={[required]}
/>
</div>