mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
fix(FE-85): remove debug message in flock edit page
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user