1
0
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:
kwasniew 2025-09-01 15:58:31 +02:00
parent 085e1962b6
commit be3649aafb
No known key found for this signature in database
GPG Key ID: 43A7CBC24C119560

View File

@ -6,7 +6,7 @@ export const useFeatureImpactMetrics = (feature: string) => {
const PATH = `api/admin/impact-metrics/config/${feature}`;
const { data, refetch, loading, error } =
useApiGetter<ImpactMetricsConfigListSchema>(formatApiPath(PATH), () =>
fetcher(formatApiPath(PATH), 'Feature Impact Metrics Config'),
fetcher(formatApiPath(PATH), 'Feature Impact Metrics'),
);
return {