Commit 6892928d authored by kushalpandya's avatar kushalpandya

Move Protected Branch module initialization to bundle root

parent 30fc2c93
......@@ -416,9 +416,6 @@ import AuditLogs from './audit_logs';
new AuditLogs();
break;
case 'projects:settings:repository:show':
// Initialize Protected Branch Settings
new gl.ProtectedBranchCreate();
new gl.ProtectedBranchEditList();
new UsersSelect();
// Initialize expandable settings panels
initSettingsPanels();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment