chore(notification-details): remove refetchInterval
This commit is contained in:
parent
6d65cd9700
commit
961f6bafb5
1 changed files with 0 additions and 2 deletions
|
|
@ -60,8 +60,6 @@ export default function NotificationDetailsPage({ loaderData }: Route.ComponentP
|
||||||
const { data } = useQuery({
|
const { data } = useQuery({
|
||||||
...getNotificationDestinationOptions({ path: { id: String(loaderData.id) } }),
|
...getNotificationDestinationOptions({ path: { id: String(loaderData.id) } }),
|
||||||
initialData: loaderData,
|
initialData: loaderData,
|
||||||
refetchInterval: 10000,
|
|
||||||
refetchOnWindowFocus: true,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const deleteDestination = useMutation({
|
const deleteDestination = useMutation({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue