Fix UI issue in the rights properties modal with open pads
parent
b4c9c7700f
commit
c1ffb1e94e
|
@ -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([
|
||||
|
|
Loading…
Reference in New Issue