feat: hide run detail in webapps and installed apps (#4289)

This commit is contained in:
Joel 2024-05-11 13:40:27 +08:00 committed by GitHub
commit 1663df8a05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 49 additions and 17 deletions

View file

@ -332,6 +332,7 @@ const Result: FC<IResultProps> = ({
taskId={isCallBatchAPI ? ((taskId as number) < 10 ? `0${taskId}` : `${taskId}`) : undefined}
controlClearMoreLikeThis={controlClearMoreLikeThis}
isShowTextToSpeech={isShowTextToSpeech}
hideProcessDetail
/>
)