@ -74,7 +74,7 @@ const BasePanel: FC<BasePanelProps> = ({
const otherPanelWidth = useStore(s => s.otherPanelWidth)
const setNodePanelWidth = useStore(s => s.setNodePanelWidth)
const nodesWithInspectVars = useStore(s => s.nodesWithInspectVars)
window.nodesWithInspectVars = nodesWithInspectVars
console.log(nodesWithInspectVars)
const maxNodePanelWidth = useMemo(() => {
if (!workflowCanvasWidth)
@ -64,7 +64,7 @@ const Left = ({
/>
)}
{/* group SYSTEM VAR */}
{conversationVars.length > 0 && (
{systemVars.length > 0 && (
<Group
varType={VarInInspectType.system}
varList={systemVars}