Fix UI issue in the rights properties modal with open pads
This commit is contained in:
@@ -495,7 +495,7 @@ define([
|
||||
data: _owners,
|
||||
large: true
|
||||
}, function () {});
|
||||
if (_ownersGrid) {
|
||||
if (_ownersGrid && Object.keys(_owners).length) {
|
||||
$d.append(_ownersGrid.div);
|
||||
} else {
|
||||
$d.append([
|
||||
|
||||
Reference in New Issue
Block a user