We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae423a5 commit 0c816e1Copy full SHA for 0c816e1
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