mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-21 15:12:34 +02:00
Merge pull request #254 from OpenSignLabs/fix_action_btn
fix: continuous loader on action btn in report
This commit is contained in:
@@ -224,7 +224,7 @@ const ReportTable = ({
|
||||
{act?.btnIcon && (
|
||||
<i
|
||||
className={
|
||||
actLoader
|
||||
actLoader[item.objectId]
|
||||
? "fa-solid fa-spinner fa-spin-pulse"
|
||||
: act.btnIcon
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user