mirror of
https://github.com/langgenius/dify.git
synced 2026-04-25 09:36:40 +08:00
fix: not highlight query block
This commit is contained in:
parent
2c9d4c8dca
commit
de00245af0
@ -212,7 +212,7 @@ const Panel: FC<NodePanelProps<LLMNodeType>> = ({
|
|||||||
readOnly
|
readOnly
|
||||||
isShowContext={false}
|
isShowContext={false}
|
||||||
isChatApp
|
isChatApp
|
||||||
isChatModel
|
isChatModel={false}
|
||||||
hasSetBlockStatus={{
|
hasSetBlockStatus={{
|
||||||
query: false,
|
query: false,
|
||||||
history: true,
|
history: true,
|
||||||
@ -224,7 +224,7 @@ const Panel: FC<NodePanelProps<LLMNodeType>> = ({
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{/* Memory */}
|
{/* Memory */}
|
||||||
{isChatMode && isChatModel && (
|
{isChatMode && (
|
||||||
<>
|
<>
|
||||||
<Split />
|
<Split />
|
||||||
<MemoryConfig
|
<MemoryConfig
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user