forked from 77media/video-flow
Task completed
This commit is contained in:
parent
d602dc49b6
commit
731695e833
@ -248,7 +248,9 @@ export function TaskInfo({
|
|||||||
currentLoadingText={currentLoadingText}
|
currentLoadingText={currentLoadingText}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{currentLoadingText.includes('failed') ? (
|
{
|
||||||
|
currentLoadingText !== 'Task completed' && (
|
||||||
|
currentLoadingText.includes('failed') ? (
|
||||||
<motion.div className='flex items-center gap-2 justify-center'>
|
<motion.div className='flex items-center gap-2 justify-center'>
|
||||||
<CircleAlert className="w-4 h-4 text-red-500/80" />
|
<CircleAlert className="w-4 h-4 text-red-500/80" />
|
||||||
<span className="normalS400 subtitle-had8uE text-transparent bg-clip-text">{currentLoadingText}</span>
|
<span className="normalS400 subtitle-had8uE text-transparent bg-clip-text">{currentLoadingText}</span>
|
||||||
@ -410,7 +412,9 @@ export function TaskInfo({
|
|||||||
</Tooltip>
|
</Tooltip>
|
||||||
)} */}
|
)} */}
|
||||||
</motion.div>
|
</motion.div>
|
||||||
)}
|
)
|
||||||
|
)
|
||||||
|
}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user