mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
chore(FE-Storyless): temp fix resolve issue error on flock name
This commit is contained in:
@@ -292,7 +292,7 @@ const ProjectFlockForm = ({
|
|||||||
// Formik InitialValue
|
// Formik InitialValue
|
||||||
const formikInitialValues = useMemo<ProjectFlockFormValues>(() => {
|
const formikInitialValues = useMemo<ProjectFlockFormValues>(() => {
|
||||||
return {
|
return {
|
||||||
name: initialValues?.name ?? '',
|
name: initialValues?.flock_name ?? '',
|
||||||
flock: initialValues?.flock
|
flock: initialValues?.flock
|
||||||
? {
|
? {
|
||||||
value: initialValues.flock.id,
|
value: initialValues.flock.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user