Skip to content

Commit

Permalink
fix(selectForm): note add to left select category container
Browse files Browse the repository at this point in the history
  • Loading branch information
NSUWAL123 committed Sep 11, 2024
1 parent 33c8182 commit ae3d8a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/frontend/src/components/createnewproject/SelectForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ const SelectForm = ({ flag, geojsonFile, customFormFile, setCustomFormFile }) =>
You may either download the sample XLS file and modify all fields that are not hidden, or edit the sample
form interactively in the browser.
</span>
<span>
<b>Note:</b> Additional questions will be incorporated into your custom form to assess the digitization
status.
</span>
</p>
</div>
<div className="lg:fmtm-w-[80%] xl:fmtm-w-[83%] fmtm-bg-white fmtm-px-5 lg:fmtm-px-11 fmtm-py-6 fmtm-h-full lg:fmtm-overflow-y-scroll lg:scrollbar">
Expand Down

0 comments on commit ae3d8a0

Please sign in to comment.