mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-13 02:09:00 +08:00
fix: hide automatic button on automatic result page (#4494)
This commit is contained in:
parent
4f62541bfb
commit
2988b67c24
@ -148,7 +148,7 @@ const Prompt: FC<ISimplePromptInput> = ({
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className='flex items-center'>
|
<div className='flex items-center'>
|
||||||
{!isAgent && (
|
{!isAgent && !readonly && (
|
||||||
<AutomaticBtn onClick={showAutomaticTrue} />
|
<AutomaticBtn onClick={showAutomaticTrue} />
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user