mirror of
https://github.com/langgenius/dify.git
synced 2026-08-28 19:16:51 +08:00
fix: start node not show sys files
This commit is contained in:
parent
b705041dda
commit
379f9b56ad
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user