Update web/app/components/base/markdown-blocks/form.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/21922/head
mizoo 11 months ago committed by GitHub
parent 76b7dcba77
commit 1d14d334d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -193,7 +193,6 @@ const MarkdownForm = ({ node }: any) => {
type="hidden" type="hidden"
name={child.properties.name} name={child.properties.name}
value={formValues[child.properties.name] || child.properties.value || ''} value={formValues[child.properties.name] || child.properties.value || ''}
readOnly
/> />
) )
} }

Loading…
Cancel
Save