Skip to content

Commit

Permalink
fix(connect-kit): use-toggle-link-note stale state issues
Browse files Browse the repository at this point in the history
  • Loading branch information
runjuu committed Feb 21, 2023
1 parent f146a3f commit 396c26c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export const useToggleLinkNote = createAccountTypeBasedMutationHooks<
);

await waitUntilLinkStatusUpdated(status.action, params);
await revalidateQueries(queryClient, params);
}
}
}
Expand Down

0 comments on commit 396c26c

Please sign in to comment.