Skip to content

Commit

Permalink
initializes field with formik value
Browse files Browse the repository at this point in the history
  • Loading branch information
brrkrmn committed Feb 26, 2024
1 parent 81a6269 commit f8a692e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zubhub_frontend/zubhub/src/views/create_activity/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ export const step2Schema = {
initialValues: {
introduction: undefined,
images: [],
materials_used: '<ol> <li></li></ol>',
materials_used: [],
making_steps: [],
materials_used_image: []
},
Expand Down

0 comments on commit f8a692e

Please sign in to comment.