Skip to content

Commit

Permalink
fix: Alter custom reference file name
Browse files Browse the repository at this point in the history
  • Loading branch information
edvinstava committed Apr 24, 2024
1 parent 42dce9c commit 89cc8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/DataFetching/Hooks/useCustomReferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const useCustomReferences = () => {
isError,
} = useQuery(
'customReferences',
(): any => dataEngine.query({ customReferences: { resource: 'dataStore/capture-growth-chart/customReference' } }),
(): any => dataEngine.query({ customReferences: { resource: 'dataStore/capture-growth-chart/customReferences' } }),
{ staleTime: 5000 },
);

Expand Down

0 comments on commit 89cc8d8

Please sign in to comment.