mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix(builder): Prevent overflow in node output (#7912)
This commit is contained in:
committed by
GitHub
parent
e725305e15
commit
c5615aa862
@@ -369,7 +369,7 @@ export function CustomNode({ data, id }: NodeProps<CustomNode>) {
|
||||
</div>
|
||||
</div>
|
||||
{isOutputOpen && (
|
||||
<div className="node-output" onClick={handleOutputClick}>
|
||||
<div className="node-output break-words" onClick={handleOutputClick}>
|
||||
<p>
|
||||
<strong>Status:</strong>{" "}
|
||||
{typeof data.status === "object"
|
||||
|
||||
Reference in New Issue
Block a user