Merge pull request #254 from OpenSignLabs/fix_action_btn

fix: continuous loader on action btn in report
This commit is contained in:
Amol
2023-12-04 18:14:39 +05:30
committed by GitHub
@@ -224,7 +224,7 @@ const ReportTable = ({
{act?.btnIcon && (
<i
className={
actLoader
actLoader[item.objectId]
? "fa-solid fa-spinner fa-spin-pulse"
: act.btnIcon
}