Skip to content

Commit d82b781

Browse files
committed
fix: lint issues
1 parent 03993ab commit d82b781

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/generic/processing-notification/data/apiHooks.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
import { useMutation } from '@tanstack/react-query';
2-
import { DefaultError } from '@tanstack/query-core';
1+
import { useMutation, DefaultError } from '@tanstack/react-query';
32
import { useToastContext } from '@src/generic/toast-context';
43
import { NOTIFICATION_MESSAGES } from '@src/constants';
54

6-
75
/**
86
* Wraps useMutation to add a processing notification when the mutation is initiated and removes it
97
* when the mutation is settled.

0 commit comments

Comments
 (0)