Skip to content

Commit 0c816e1

Browse files
authored
Add missing import in TriggerNotifications.js (#1345)
Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com>
1 parent ae423a5 commit 0c816e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/pages/CreateTrigger/containers/DefineCompositeLevelTrigger/TriggerNotifications.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import {
1313
EuiButtonIcon,
1414
EuiToolTip,
1515
} from '@elastic/eui';
16+
import _ from 'lodash';
1617
import TriggerNotificationsContent from './TriggerNotificationsContent';
1718
import { MAX_CHANNELS_RESULT_SIZE, OS_NOTIFICATION_PLUGIN } from '../../../../utils/constants';
1819
import { titleTemplate } from '../../../../utils/helpers';

0 commit comments

Comments
 (0)