diff --git a/client/src/components/DecisionSupportFilePage/ClarificationSection.tsx b/client/src/components/DecisionSupportFilePage/ClarificationSection.tsx index 264dfbc..21c1c0a 100644 --- a/client/src/components/DecisionSupportFilePage/ClarificationSection.tsx +++ b/client/src/components/DecisionSupportFilePage/ClarificationSection.tsx @@ -7,7 +7,7 @@ export interface ClarificationSectionProps extends DecisionSupportFileUpdaterPro const ClarificationSectionName = 'clarification'; -export const ClarificationSection: FunctionComponent = ({ dsf, updateDSF }) => { +export const ClarificationSection: FunctionComponent = ({ dsf, updateDSF, readOnly }) => { const [ state, setState ] = useState({ changed: false, section: { @@ -51,15 +51,16 @@ export const ClarificationSection: FunctionComponent
- +
- +
- +
-