Skip to content

Commit

Permalink
Merge pull request #254 from OpenSignLabs/fix_action_btn
Browse files Browse the repository at this point in the history
fix: continuous loader on action btn in report
  • Loading branch information
nxglabs authored Dec 4, 2023
2 parents 93297b9 + 2544651 commit f3a1c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/OpenSign/src/primitives/GetReportDisplay.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ const ReportTable = ({
{act?.btnIcon && (
<i
className={
actLoader
actLoader[item.objectId]
? "fa-solid fa-spinner fa-spin-pulse"
: act.btnIcon
}
Expand Down

0 comments on commit f3a1c74

Please sign in to comment.