Replies: 1 comment
|
There is no setting for it, and the fold state depends on which surface you are looking at, not on the version. Two different lists render a confirmed Human Input node, and they disagree. In the workflow run preview panel, <ContentWrapper
key={formData.node_id}
nodeTitle={formData.node_title}
showExpandIcon
className="bg-components-panel-bg"
expanded
>In the chat surface, <ContentWrapper key={formData.node_id} nodeTitle={formData.node_title} showExpandIcon>and expanded = false,
...
const [isExpanded, setIsExpanded] = useState(expanded)So the run preview always opens confirmed forms, the chat view always keeps them closed, and the arrow toggles them by hand either way. About the regression: I diffed both list files and If you self host and want the preview panel to fold, deleting the single Checked at tags 1.15.0, 1.16.0 and 1.16.1. Source only, I did not run a 1.16 instance. |
Uh oh!
There was an error while loading. Please reload this page.
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
In version 1.15.0, when the user confirms, the human input node information will be automatically folded, but it is not folded in version 1.16.0? Is there any way to make it automatically fold after the user confirms?

2. Additional context or comments
No response
All reactions