We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9775d commit 3ac87caCopy full SHA for 3ac87ca
public/pages/CreateTrigger/containers/DefineCompositeLevelTrigger/TriggerNotifications.js
@@ -13,6 +13,7 @@ import {
13
EuiButtonIcon,
14
EuiToolTip,
15
} from '@elastic/eui';
16
+import _ from 'lodash';
17
import TriggerNotificationsContent from './TriggerNotificationsContent';
18
import { MAX_CHANNELS_RESULT_SIZE, OS_NOTIFICATION_PLUGIN } from '../../../../utils/constants';
19
import { titleTemplate } from '../../../../utils/helpers';
0 commit comments