We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc6ff7 commit 784031bCopy full SHA for 784031b
packages/reva-admin-react/src/app/(aap)/candidacies/[candidacyId]/funding/page.tsx
@@ -133,8 +133,9 @@ const FundingPage = () => {
133
candidacy?.fundingRequestUnifvae?.fundingContactEmail ?? "",
134
fundingContactPhone:
135
candidacy?.fundingRequestUnifvae?.fundingContactPhone ?? "",
136
+ confirmation: isReadOnly,
137
}),
- [candidacy, candidacyFundingRequest],
138
+ [candidacy, candidacyFundingRequest, isReadOnly],
139
);
140
141
const methods = useForm<CandidacyFundingFormData>({
0 commit comments