Fix UI issue in the rights properties modal with open pads

pull/1/head
yflory 5 years ago
parent b4c9c7700f
commit c1ffb1e94e

@ -495,7 +495,7 @@ define([
data: _owners, data: _owners,
large: true large: true
}, function () {}); }, function () {});
if (_ownersGrid) { if (_ownersGrid && Object.keys(_owners).length) {
$d.append(_ownersGrid.div); $d.append(_ownersGrid.div);
} else { } else {
$d.append([ $d.append([

Loading…
Cancel
Save