Skip to content

Commit

Permalink
fix hook key
Browse files Browse the repository at this point in the history
  • Loading branch information
alisher-epam committed Oct 25, 2024
1 parent fc8fe8b commit e8abe63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const useConsortiumLocations = (options = {}) => {
const stripes = useStripes();
const centralTenantId = getConsortiumCentralTenantId(stripes);
const ky = useOkapiKy({ tenant: centralTenantId });
const [namespace] = useNamespace({ key: 'locations' });
const [namespace] = useNamespace({ key: 'consortium-locations' });

const {
enabled = true,
Expand Down

0 comments on commit e8abe63

Please sign in to comment.