Skip to content

Commit

Permalink
notifications/SubscriptionPage: Fix showing error on successfull subs…
Browse files Browse the repository at this point in the history
…cription (#1734)
  • Loading branch information
sashko9807 authored Mar 11, 2024
1 parent 86ae079 commit b0c1908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/client/notifications/SubscriptionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default function SubscriptionPage(data: Props) {
>({
mutationFn: useSubscribePublicEmail(),
onError: (error) => handleError(error),
onSuccess: () => handleSuccess,
onSuccess: () => handleSuccess(),
})

async function callSubscribeApiRoute(values: {
Expand Down

0 comments on commit b0c1908

Please sign in to comment.