Skip to content

Commit

Permalink
Fix story
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Oct 31, 2022
1 parent 53c0d5e commit 06e8dbd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { Meta, Story } from '@storybook/react';
import React, { useState } from 'react';
import { CoreStart } from '@kbn/core/public';
import { createKibanaReactContext } from '@kbn/kibana-react-plugin/public';
import { TIME_UNITS } from '@kbn/triggers-actions-ui-plugin/public';
import { RuleParams, ErrorCountRuleType } from '.';
import { ENVIRONMENT_ALL } from '../../../../../common/environment_filter_values';
import { createCallApmApi } from '../../../../services/rest/create_call_apm_api';
Expand Down Expand Up @@ -129,7 +130,7 @@ EditingInStackManagement.args = {
serviceName: 'testServiceName',
threshold: 25,
windowSize: 1,
windowUnit: 'm',
windowUnit: TIME_UNITS.MINUTE,
},
metadata: undefined,
};
Expand Down

0 comments on commit 06e8dbd

Please sign in to comment.