@ -58,7 +58,6 @@ const Network = ({
form.current.setValue('thingId', "")
}
}, [organizationsStruc])
console.log(thingId);
return (
<>
@ -156,7 +155,7 @@ console.log(thingId);
>
{show == 'tree' && <TreeShow />}
{show == 'table' && <TableShow />}
{show == 'table' && <TableShow thingId={thingId} />}
</Card>
</div>