We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f863e9 commit 0323d7fCopy full SHA for 0323d7f
static/gsApp/hooks/useMetricDetectorLimit.tsx
@@ -17,7 +17,7 @@ const ERROR_COUNT = -1;
17
export function useMetricDetectorLimit(): MetricDetectorLimitResponse {
18
const organization = useOrganization();
19
const subscription = useSubscription();
20
- const has_flag = organization.features.includes(
+ const hasFlag = organization.features.includes(
21
'workflow-engine-metric-detector-limit'
22
);
23
0 commit comments