org settings: Remove "Delete streams" administrative tab from settings.

Fixes #9227
This commit is contained in:
Yashashvi Dave
2018-04-30 16:52:38 +05:30
parent 0a7d1bc746
commit 7bbe44d7a0
10 changed files with 11 additions and 108 deletions

View File

@@ -22,7 +22,6 @@ exports.load_admin_section = function (name) {
case 'deactivated-users-admin':
section = 'users';
break;
case 'streams-list-admin':
case 'default-streams-list':
section = 'streams';
break;