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

@@ -2781,7 +2781,7 @@ define([
var i = 0;
var types = AppConfig.availablePadTypes.filter(function (p) {
if (p === 'drive') { return; }
if (p === 'team') { return; }
if (p === 'teams') { return; }
if (p === 'contacts') { return; }
if (p === 'todo') { return; }
if (p === 'file') { return; }