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:
parent
5124e4084b
commit
fc52af0f1e
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user