Fix UI issue in the rights properties modal with open pads

This commit is contained in:
yflory
2019-10-31 12:17:03 +01:00
parent b4c9c7700f
commit c1ffb1e94e

View File

@@ -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([