mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
11 lines
231 B
TypeScript
11 lines
231 B
TypeScript
import { FeatureDescription } from 'react-enable/dist/FeatureState';
|
|
|
|
const FEATURES: FeatureDescription[] = [
|
|
{
|
|
name: 'notification-policies.v2.matching-instances',
|
|
defaultValue: false,
|
|
},
|
|
];
|
|
|
|
export default FEATURES;
|