From be3649aafb56a3498676f7658d8a4f1d1093d287 Mon Sep 17 00:00:00 2001 From: kwasniew Date: Mon, 1 Sep 2025 15:58:31 +0200 Subject: [PATCH] chore: orval feature impact metrics --- .../getters/useFeatureImpactMetrics/useFeatureImpactMetrics.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/hooks/api/getters/useFeatureImpactMetrics/useFeatureImpactMetrics.ts b/frontend/src/hooks/api/getters/useFeatureImpactMetrics/useFeatureImpactMetrics.ts index 5303bb90b5..309bd2f521 100644 --- a/frontend/src/hooks/api/getters/useFeatureImpactMetrics/useFeatureImpactMetrics.ts +++ b/frontend/src/hooks/api/getters/useFeatureImpactMetrics/useFeatureImpactMetrics.ts @@ -6,7 +6,7 @@ export const useFeatureImpactMetrics = (feature: string) => { const PATH = `api/admin/impact-metrics/config/${feature}`; const { data, refetch, loading, error } = useApiGetter(formatApiPath(PATH), () => - fetcher(formatApiPath(PATH), 'Feature Impact Metrics Config'), + fetcher(formatApiPath(PATH), 'Feature Impact Metrics'), ); return {