diff --git a/components/case/representation/consultationAgent.js b/components/case/representation/consultationAgent.js index ee3d8984..dc3d3d29 100644 --- a/components/case/representation/consultationAgent.js +++ b/components/case/representation/consultationAgent.js @@ -215,7 +215,8 @@ const ConsultationAgent = (props) => { "myrepresentations:add-files-label" )} ticketnumber={ - props.props.caseReference + props.currentView.caseReference + .ticketnumber } hint={"sdsd"} fileList={ diff --git a/components/case/representation/consultationAppellant.js b/components/case/representation/consultationAppellant.js index f7075a33..a50041d4 100644 --- a/components/case/representation/consultationAppellant.js +++ b/components/case/representation/consultationAppellant.js @@ -189,7 +189,10 @@ const ConsultationAppellant = (props) => { label={t( "myrepresentations:add-files-label" )} - ticketnumber={props.props.caseReference} + ticketnumber={ + props.currentView.caseReference + .ticketnumber + } hint={"sdsd"} fileList={ props.currentView.fileList diff --git a/components/case/representation/consultationInterestedPartyPerson.js b/components/case/representation/consultationInterestedPartyPerson.js index ac00fa5e..b5244c94 100644 --- a/components/case/representation/consultationInterestedPartyPerson.js +++ b/components/case/representation/consultationInterestedPartyPerson.js @@ -223,7 +223,8 @@ const ConsultationInterestedPartyPerson = (props) => { "myrepresentations:add-files-label" )} ticketnumber={ - props.props.caseReference + props.currentView.caseReference + .ticketnumber } hint={"sdsd"} fileList={