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