Skip to content

Commit f8a692e

Browse files
committed
initializes field with formik value
1 parent 81a6269 commit f8a692e

File tree

1 file changed

+1
-1
lines changed
  • zubhub_frontend/zubhub/src/views/create_activity

1 file changed

+1
-1
lines changed

Diff for: zubhub_frontend/zubhub/src/views/create_activity/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ export const step2Schema = {
520520
initialValues: {
521521
introduction: undefined,
522522
images: [],
523-
materials_used: '<ol> <li></li></ol>',
523+
materials_used: [],
524524
making_steps: [],
525525
materials_used_image: []
526526
},

0 commit comments

Comments
 (0)