mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 05:22:02 +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
|
||||
const formikInitialValues = useMemo<ProjectFlockFormValues>(() => {
|
||||
return {
|
||||
name: initialValues?.name ?? '',
|
||||
name: initialValues?.flock_name ?? '',
|
||||
flock: initialValues?.flock
|
||||
? {
|
||||
value: initialValues.flock.id,
|
||||
|
||||
Reference in New Issue
Block a user