Skip to content

Commit

Permalink
feat(admin):show fundinf checkbox checked when readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreavizou committed Dec 3, 2024
1 parent 1dc6ff7 commit 784031b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,9 @@ const FundingPage = () => {
candidacy?.fundingRequestUnifvae?.fundingContactEmail ?? "",
fundingContactPhone:
candidacy?.fundingRequestUnifvae?.fundingContactPhone ?? "",
confirmation: isReadOnly,
}),
[candidacy, candidacyFundingRequest],
[candidacy, candidacyFundingRequest, isReadOnly],
);

const methods = useForm<CandidacyFundingFormData>({
Expand Down

0 comments on commit 784031b

Please sign in to comment.