This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: add animation to workflow process loader icon (
#15497
)
tags/1.0.1
DDDDD12138
7 months ago
parent
d8317fcf81
commit
b07016113c
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
web/app/components/base/chat/chat/answer/workflow-process.tsx
+ 1
- 1
web/app/components/base/chat/chat/answer/workflow-process.tsx
View File
@@ -56,7 +56,7 @@ const WorkflowProcessItem = ({
>
{
running && (
<RiLoader2Line className='shrink-0 mr-1 w-3.5 h-3.5 text-text-tertiary' />
<RiLoader2Line className='shrink-0 mr-1 w-3.5 h-3.5
animate-spin
text-text-tertiary' />
)
}
{
Write
Preview
Loading…
Cancel
Save