Skip to content

Commit

Permalink
BUGFIX/HCMPRE-2253 : Fixed Button Issue in PopDataTable Screen (#2195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Swathi-eGov authored Feb 6, 2025
1 parent 2414a37 commit 69b7d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ const BoundarySelection = ({ onSelect, props: customProps, ...props }) => {
onClose={() => {
setShowPopup(false);
}}
showAlertAsSvg={true}
footerChildren={[
<Button
className={"campaign-type-alert-button"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,7 @@ const PopInbox = () => {
onCommentLogClose();
refetchCount();
refetchCensus();
fetchStatusCount();
// wait for 5 seconds
await new Promise((resolve) => setTimeout(resolve, 5000));
setRefetchTrigger(prev => prev + 1);
Expand Down

0 comments on commit 69b7d0c

Please sign in to comment.