Move code from ui-elements to common-interface

This commit is contained in:
yflory
2020-03-31 10:38:42 +02:00
parent 179e7d68b4
commit 817309d602
5 changed files with 33 additions and 35 deletions

View File

@@ -535,7 +535,7 @@ define([
};
var makePermissions = function () {
var $blockContainer = UIElements.createModal({
var $blockContainer = UI.createModal({
id: 'cp-teams-roster-dialog',
}).show();