feat: hide run detail in webapps and installed apps (#4289)
This commit is contained in:
parent
d8926a2571
commit
1663df8a05
9 changed files with 49 additions and 17 deletions
|
|
@ -332,6 +332,7 @@ const Result: FC<IResultProps> = ({
|
|||
taskId={isCallBatchAPI ? ((taskId as number) < 10 ? `0${taskId}` : `${taskId}`) : undefined}
|
||||
controlClearMoreLikeThis={controlClearMoreLikeThis}
|
||||
isShowTextToSpeech={isShowTextToSpeech}
|
||||
hideProcessDetail
|
||||
/>
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue