fix(FE-85): remove debug message in flock edit page

This commit is contained in:
randy-ar
2025-11-13 14:25:44 +07:00
parent 56f57c4a6b
commit 10976452f5
2 changed files with 1 additions and 6 deletions
@@ -42,11 +42,7 @@ const ProjectFlockEdit = () => {
<span className='loading loading-spinner loading-xl' />
)}
{!isLoadingProjectFlock && isResponseSuccess(projectFlock) && (
<>
{JSON.stringify(projectFlock.data)}
<ProjectFlockForm formType='edit' initialValues={projectFlock.data} />
</>
<ProjectFlockForm formType='edit' initialValues={projectFlock.data} />
)}
</div>
);
@@ -456,7 +456,6 @@ const SalesForm = ({
Submit
</Button>
</div>
{JSON.stringify(formik.errors)}
</form>
{formType == 'edit' && (
<div className='flex flex-row justify-start'>