fix
This commit is contained in:
parent
58b22d294d
commit
88e40f7bdb
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
// @ts-nocheck
|
||||
import * as React from "react";
|
||||
import {
|
||||
FormViewModel,
|
||||
|
@ -223,7 +222,7 @@ export const FormBuilder = observer((props: IFormBuilder) => {
|
|||
)}
|
||||
</>
|
||||
);
|
||||
return <>Error {element}</>;
|
||||
return <div>Error {String(element)}</div>;
|
||||
})}
|
||||
</div>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue