mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-05 17:53:12 +02:00
Fix
This commit is contained in:
parent
2a5ff032ef
commit
3964ffdec8
@ -22,7 +22,7 @@ import type {
|
|||||||
import type { GroupedDataByProject } from './hooks/useGroupedProjectTrends';
|
import type { GroupedDataByProject } from './hooks/useGroupedProjectTrends';
|
||||||
import { allOption } from 'component/common/ProjectSelect/ProjectSelect';
|
import { allOption } from 'component/common/ProjectSelect/ProjectSelect';
|
||||||
import { chartInfo } from './chart-info';
|
import { chartInfo } from './chart-info';
|
||||||
import useUiConfig from '../../hooks/api/getters/useUiConfig/useUiConfig';
|
import useUiConfig from 'hooks/api/getters/useUiConfig/useUiConfig';
|
||||||
|
|
||||||
interface IChartsProps {
|
interface IChartsProps {
|
||||||
flags: InstanceInsightsSchema['flags'];
|
flags: InstanceInsightsSchema['flags'];
|
||||||
|
@ -126,7 +126,7 @@ exports[`returns all baseRoutes 1`] = `
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"component": [Function],
|
"component": [Function],
|
||||||
"enterprise": false,
|
"enterprise": true,
|
||||||
"menu": {
|
"menu": {
|
||||||
"mobile": true,
|
"mobile": true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user