Skip to content

Commit

Permalink
fix unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
hervedombya committed Oct 18, 2023
1 parent cf7a7de commit 57da19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/toast/useMutationsHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const useMutationsHandler = <
messageDescriptionBuilder,
toastStyles,
onMainMutationSuccess,
}: Props<MainMutationType, T>) => {
}: Props<A, B, C, D, MainMutationType, T>) => {
const { showToast } = useToast();
const mutations = [
mainMutation,
Expand Down

0 comments on commit 57da19e

Please sign in to comment.