mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +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