@@ -7,8 +7,8 @@ import IssuableForm from './issuable_form';
7
7
import LabelsSelect from './labels_select' ;
8
8
/* global MilestoneSelect */
9
9
import NewBranchForm from './new_branch_form' ;
10
- /* global NotificationsForm */
11
- /* global NotificationsDropdown */
10
+ import NotificationsForm from './notifications_form' ;
11
+ import notificationsDropdown from './notifications_dropdown' ;
12
12
import groupAvatar from './group_avatar' ;
13
13
import GroupLabelSubscription from './group_label_subscription' ;
14
14
/* global LineHighlighter */
@@ -414,7 +414,7 @@ import Activities from './activities';
414
414
const newGroupChildWrapper = document . querySelector ( '.js-new-project-subgroup' ) ;
415
415
shortcut_handler = new ShortcutsNavigation ( ) ;
416
416
new NotificationsForm ( ) ;
417
- new NotificationsDropdown ( ) ;
417
+ notificationsDropdown ( ) ;
418
418
new ProjectsList ( ) ;
419
419
420
420
if ( newGroupChildWrapper ) {
@@ -617,7 +617,7 @@ import Activities from './activities';
617
617
break ;
618
618
case 'profiles' :
619
619
new NotificationsForm ( ) ;
620
- new NotificationsDropdown ( ) ;
620
+ notificationsDropdown ( ) ;
621
621
break ;
622
622
case 'projects' :
623
623
new Project ( ) ;
@@ -640,7 +640,7 @@ import Activities from './activities';
640
640
case 'show' :
641
641
new Star ( ) ;
642
642
new ProjectNew ( ) ;
643
- new NotificationsDropdown ( ) ;
643
+ notificationsDropdown ( ) ;
644
644
break ;
645
645
case 'wikis' :
646
646
new Wikis ( ) ;
0 commit comments