fix: start node not show sys files

This commit is contained in:
Joel 2024-04-03 16:55:55 +08:00
parent b705041dda
commit 379f9b56ad

View File

@ -54,10 +54,10 @@ const Panel: FC<NodePanelProps<StartNodeType>> = ({
onChange={handleVarListChange}
/>
{
isChatMode && (
<div className='mt-1 space-y-1'>
<Split className='my-2' />
{
isChatMode && (
<VarItem
readonly
payload={{
@ -68,7 +68,8 @@ const Panel: FC<NodePanelProps<StartNodeType>> = ({
String
</div>
}
/>
/>)
}
<VarItem
readonly
payload={{
@ -81,8 +82,7 @@ const Panel: FC<NodePanelProps<StartNodeType>> = ({
}
/>
</div>
)
}
</>
</Field>
</div>