-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(contributions): ajout d'un selecteur de references pour les fiches SP #1029
Conversation
targets/frontend/src/components/contributions/answers/answerReferences.ts
Outdated
Show resolved
Hide resolved
targets/frontend/src/components/contributions/answers/answer.query.ts
Outdated
Show resolved
Hide resolved
targets/frontend/src/components/contributions/answers/references/CdtnReferenceInput.tsx
Show resolved
Hide resolved
targets/frontend/src/components/contributions/answers/references/LegiReferenceInput.tsx
Show resolved
Hide resolved
targets/frontend/src/components/contributions/answers/references/ReferenceInput.tsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Top, un petit renommage et on est tout bon 🔥
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
top bien joué
@@ -62,6 +63,7 @@ export const ContributionsAnswer = ({ | |||
kaliReferences: [], | |||
otherReferences: [], | |||
cdtnReferences: [], | |||
contentFichesSpDocument: answer?.contentFichesSpDocument ? {} : undefined, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
t'es sur que t'as besoin de faire ça ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oui, malheuresement, on doit initialiser ces valeurs, car urql
, ne sait pas si y'a un champ ou non :(
fix #1028