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,
large: true
}, function () {});
if (_ownersGrid) {
if (_ownersGrid && Object.keys(_owners).length) {
$d.append(_ownersGrid.div);
} else {
$d.append([

Loading…
Cancel
Save