mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-24 17:51:14 +02:00
chore: orval feature impact metrics
This commit is contained in:
parent
085e1962b6
commit
be3649aafb
@ -6,7 +6,7 @@ export const useFeatureImpactMetrics = (feature: string) => {
|
|||||||
const PATH = `api/admin/impact-metrics/config/${feature}`;
|
const PATH = `api/admin/impact-metrics/config/${feature}`;
|
||||||
const { data, refetch, loading, error } =
|
const { data, refetch, loading, error } =
|
||||||
useApiGetter<ImpactMetricsConfigListSchema>(formatApiPath(PATH), () =>
|
useApiGetter<ImpactMetricsConfigListSchema>(formatApiPath(PATH), () =>
|
||||||
fetcher(formatApiPath(PATH), 'Feature Impact Metrics Config'),
|
fetcher(formatApiPath(PATH), 'Feature Impact Metrics'),
|
||||||
);
|
);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user