Skip to content

Commit

Permalink
Merge pull request meshery#8769 from aabidsofi19/bugfix
Browse files Browse the repository at this point in the history
Fix infinite publish requests
  • Loading branch information
aabidsofi19 committed Sep 14, 2023
2 parents 906ab17 + 31d1008 commit 674237e
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 674237e

Please sign in to comment.