2
0

Add picture choice block

Closes #476
This commit is contained in:
Baptiste Arnaud
2023-05-04 09:20:30 -04:00
parent 65c6f66a5c
commit 035dded654
54 changed files with 6282 additions and 4938 deletions

View File

@ -170,5 +170,7 @@ const Input = ({
return (
<FileUploadForm block={block} onSubmit={onSubmit} onSkip={onSkip} />
)
default:
return null
}
}