- changed label for submit btn;
This commit is contained in:
@@ -153,7 +153,7 @@ const BandoFormsPreview = () => {
|
||||
return acc;
|
||||
}, {});
|
||||
|
||||
//console.log('validations', validations, o.name)
|
||||
//console.log('mime', mime)
|
||||
|
||||
return ['paragraph'].includes(o.name) && text
|
||||
? <div className="appForm__content" key={o.id}>{renderHtmlContent(text.value)}</div>
|
||||
|
||||
Reference in New Issue
Block a user