feat: fixing error FormSurvey

This commit is contained in:
hanif salafi 2025-05-23 10:34:20 +07:00
parent 98662e6a1c
commit c3d51f853a
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ const Hero = (props: { group?: string }) => {
/>
)}
{showFormModal && <FormSurvey />}
{/* {showFormModal && <FormSurvey />} */}
</div>
{isLoading ? (
<div className="flex flex-col space-y-3 mx-auto w-full lg:w-2/3">