1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

feat: make impact metrics config save call

This commit is contained in:
kwasniew 2025-08-29 11:19:20 +02:00
parent 5124e4084b
commit fc52af0f1e
No known key found for this signature in database
GPG Key ID: 43A7CBC24C119560

View File

@ -1,6 +1,6 @@
import { useCallback } from 'react';
import useAPI from '../useApi/useApi.js';
import type { ImpactMetricsConfigSchema } from '../../../../openapi.js';
import type { ImpactMetricsConfigSchema } from 'openapi/models/impactMetricsConfigSchema.js';
export const useImpactMetricsApi = () => {
const { makeRequest, createRequest, errors, loading } = useAPI({