Skip to content

Commit

Permalink
Fix infinite publish requests
Browse files Browse the repository at this point in the history
Signed-off-by: aabidsofi19 <mailtoaabid01@gmail.com>
  • Loading branch information
aabidsofi19 committed Sep 14, 2023
1 parent 906ab17 commit 31d1008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/Modals/PublishModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function PublishModal(props) {
}
}
);
});
},[]);

return (
<Modal
Expand Down

0 comments on commit 31d1008

Please sign in to comment.