fix(web): build issue
This commit is contained in:
parent
91b8c4d702
commit
be0acf26fd
@ -240,7 +240,7 @@ export function VersionDetails({
|
|||||||
{inputs && (
|
{inputs && (
|
||||||
<div className="flex flex-col gap-2">
|
<div className="flex flex-col gap-2">
|
||||||
{inputs.map((value) => {
|
{inputs.map((value) => {
|
||||||
if (!value.class_type) return <> </>;
|
if (!value || !value.class_type) return <> </>;
|
||||||
const nodeType = customInputNodes[value.class_type];
|
const nodeType = customInputNodes[value.class_type];
|
||||||
if (nodeType) {
|
if (nodeType) {
|
||||||
const input_id = value.input_id;
|
const input_id = value.input_id;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user