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