Skip to content

Commit 2544651

Browse files
fix: continuous loader on action btn in report
1 parent 93297b9 commit 2544651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/OpenSign/src/primitives/GetReportDisplay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ const ReportTable = ({
224224
{act?.btnIcon && (
225225
<i
226226
className={
227-
actLoader
227+
actLoader[item.objectId]
228228
? "fa-solid fa-spinner fa-spin-pulse"
229229
: act.btnIcon
230230
}

0 commit comments

Comments
 (0)