Skip to content

Commit 56bae46

Browse files
committed
fix import from react-query
1 parent 019877e commit 56bae46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/demo/src/deals/DealCreate.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
DateInput,
1717
} from 'react-admin';
1818
import { Dialog } from '@mui/material';
19-
import { useQueryClient } from 'react-query';
19+
import { useQueryClient } from '@tanstack/react-query';
2020
import { stageChoices } from './stages';
2121
import { typeChoices } from './types';
2222
import { Deal } from '../types';

0 commit comments

Comments
 (0)