This commit is contained in:
IDONTSUDO 2024-12-11 14:13:46 +03:00
parent 58b22d294d
commit 88e40f7bdb

View file

@ -1,4 +1,3 @@
// @ts-nocheck
import * as React from "react"; import * as React from "react";
import { import {
FormViewModel, FormViewModel,
@ -223,7 +222,7 @@ export const FormBuilder = observer((props: IFormBuilder) => {
)} )}
</> </>
); );
return <>Error {element}</>; return <div>Error {String(element)}</div>;
})} })}
</div> </div>
)} )}