Skip to content

Commit

Permalink
feat: Add new decline reason option
Browse files Browse the repository at this point in the history
  • Loading branch information
yolile committed Sep 6, 2023
1 parent 3c2f11a commit 5941257
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/msme/DeclineFeedback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ function DeclineFeedback() {
defaultValue={false}
label={t("I don't like the idea of accessing credit")}
/>
<Checkbox
name="suspicious_email"
defaultValue={false}
label={t("I perceive the email as suspicious or I do not trust that the credit proposal is true")}
/>
<Checkbox name="other" defaultValue={false} label={t('Other, please specify')} />
<FormInput disabled={!watch('other')} multiline name="other_comments" label="" big={false} rows={4} />
<div className="mt-5 grid grid-cols-1 gap-4 md:flex md:gap-0">
Expand Down

0 comments on commit 5941257

Please sign in to comment.