Use the correct app name for teams

This commit is contained in:
yflory
2019-10-01 10:32:37 +02:00
parent a1e0722a09
commit 0b542f6be8
3 changed files with 2 additions and 3 deletions

View File

@@ -2263,7 +2263,7 @@ define([
var arr = [];
AppConfig.availablePadTypes.forEach(function (type) {
if (type === 'drive') { return; }
if (type === 'team') { return; }
if (type === 'teams') { return; }
if (type === 'contacts') { return; }
if (type === 'todo') { return; }
if (type === 'file') { return; }