mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
feat: hide run detail in webapps and installed apps (#4289)
This commit is contained in:
@@ -332,6 +332,7 @@ const Result: FC<IResultProps> = ({
|
||||
taskId={isCallBatchAPI ? ((taskId as number) < 10 ? `0${taskId}` : `${taskId}`) : undefined}
|
||||
controlClearMoreLikeThis={controlClearMoreLikeThis}
|
||||
isShowTextToSpeech={isShowTextToSpeech}
|
||||
hideProcessDetail
|
||||
/>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user