mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
refactor(FE): Remove unused dependency from useEffect in RecordingForm
This commit is contained in:
@@ -1771,7 +1771,6 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
|
|||||||
}, [
|
}, [
|
||||||
projectFlockKandangDetail,
|
projectFlockKandangDetail,
|
||||||
type,
|
type,
|
||||||
enhancedProjectFlockOptions,
|
|
||||||
formik.values.project_flock_kandang_id,
|
formik.values.project_flock_kandang_id,
|
||||||
setFieldValue,
|
setFieldValue,
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user