Skip to content

Commit 4589b8c

Browse files
committed
Fix params of hook useListSnapshots
1 parent fa68b04 commit 4589b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/app/src/app/pages/collectivite/Referentiels/DownloadScore/download-score.modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const DownloadScoreModal = ({
2020
}: DownloadScoreProps & {
2121
openState: OpenState;
2222
}) => {
23-
const { data: rawSnapshots } = useListSnapshots(referentielId);
23+
const { data: rawSnapshots } = useListSnapshots({ referentielId });
2424
const [selectedFormat, setSelectedFormat] = useState<'excel' | 'csv'>(
2525
'excel'
2626
);

0 commit comments

Comments
 (0)