tweak(Builder): Remove unnecessary node output heading in CustomNode component (#7487)

feat: Remove unnecessary node output heading in CustomNode component
This commit is contained in:
Toran Bruce Richards
2024-07-18 21:43:47 +01:00
committed by GitHub
parent e382dcf823
commit c00caa4bcf

View File

@@ -429,7 +429,6 @@ const CustomNode: FC<NodeProps<CustomNodeData>> = ({ data, id }) => {
</div>
{isPropertiesOpen && (
<div className="node-properties">
<h4>Node Output</h4>
<p>
<strong>Status:</strong>{' '}
{typeof data.status === 'object' ? JSON.stringify(data.status) : data.status || 'N/A'}