fix: test webhook endpoint mutation

Resolves #376
This commit is contained in:
Lakhan Samani
2023-08-02 00:04:07 +05:30
parent fab3c2f87e
commit 9a8d20b698
4 changed files with 15 additions and 5 deletions

View File

@@ -118,7 +118,6 @@ const Webhooks = () => {
useEffect(() => {
fetchWebookData();
}, [paginationProps.page, paginationProps.limit]);
console.log({ webhookData });
return (
<Box m="5" py="5" px="10" bg="white" rounded="md">
<Flex margin="2% 0" justifyContent="space-between" alignItems="center">