We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa68b04 commit 4589b8cCopy full SHA for 4589b8c
apps/app/src/app/pages/collectivite/Referentiels/DownloadScore/download-score.modal.tsx
@@ -20,7 +20,7 @@ export const DownloadScoreModal = ({
20
}: DownloadScoreProps & {
21
openState: OpenState;
22
}) => {
23
- const { data: rawSnapshots } = useListSnapshots(referentielId);
+ const { data: rawSnapshots } = useListSnapshots({ referentielId });
24
const [selectedFormat, setSelectedFormat] = useState<'excel' | 'csv'>(
25
'excel'
26
);
0 commit comments