mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 03:46:52 +08:00
fix: hide automatic button on automatic result page (#4494)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user