| return ( | return ( | ||||
| <div className={cn(isNoData && !isCallBatchAPI && 'h-full')}> | <div className={cn(isNoData && !isCallBatchAPI && 'h-full')}> | ||||
| {!isCallBatchAPI && ( | {!isCallBatchAPI && ( | ||||
| (isResponding && (!completionRes || !isWorkflow)) | |||||
| (isResponding && !completionRes) | |||||
| ? ( | ? ( | ||||
| <div className='flex h-full w-full justify-center items-center'> | <div className='flex h-full w-full justify-center items-center'> | ||||
| <Loading type='area' /> | <Loading type='area' /> |