Skip to content

Commit

Permalink
feat(admin-react): add missing competence details state to DFF summar…
Browse files Browse the repository at this point in the history
…y query
  • Loading branch information
ThomasDos committed Jul 4, 2024
1 parent 605b253 commit 2e5f3bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const dematerializedFeasibilityFileSendFileCandidateByCandidacyId = graphql(`
}
certificationCompetenceDetails {
text
state
certificationCompetence {
id
label
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const dematerializedFeasibilityFileSendFileCertificationAuthorityByCandidacyId =
}
certificationCompetenceDetails {
text
state
certificationCompetence {
id
label
Expand Down

0 comments on commit 2e5f3bf

Please sign in to comment.