fix: not show sys vars

pull/21369/head
Joel 1 year ago
parent 15840f554a
commit 6ba1b4c999

@ -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}

Loading…
Cancel
Save