1
0
mirror of https://github.com/Unleash/unleash.git synced 2026-01-05 20:06:22 +01:00

add todo for later

This commit is contained in:
Thomas Heartman 2025-12-19 10:41:56 +01:00
parent b449fba2b8
commit 76db85f205
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -33,6 +33,8 @@ const useConditionalProjectContext = (
};
};
// todo (projectContextFields): move this to its own API endpoint instead of
// merging on the front end after better learning the shape of the problem
export const useEffectiveProjectContext = (
projectId: string | undefined,
options: SWRConfiguration = {