Skip to content

Commit f3a1c74

Browse files
authored
Merge pull request #254 from OpenSignLabs/fix_action_btn
fix: continuous loader on action btn in report
2 parents 93297b9 + 2544651 commit f3a1c74

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)