fix: return <div>Error {String(element)}</div>
This commit is contained in:
parent
6344cf05e2
commit
3658a105b2
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ export const FormBuilder = observer((props: IFormBuilder) => {
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
return <>Error {element}</>;
|
return <div>Error {String(element)}</div>;
|
||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue