fix: Fixing the share addresses popup height when only owner and TM permissions are available (#14865)
* fix: Fixing the share addresses popup height when only owner and TM permissions are available * Update ui/app/AppLayouts/Communities/panels/SharedAddressesPanel.qml Co-authored-by: Michał <michalcieslak@status.im> --------- Co-authored-by: Michał <michalcieslak@status.im>
This commit is contained in:
parent
08a1e10f59
commit
62b7083f4c
|
@ -69,7 +69,7 @@ Control {
|
|||
id: d
|
||||
|
||||
// internal logic
|
||||
readonly property bool hasPermissions: root.permissionsModel && root.permissionsModel.count
|
||||
readonly property bool hasPermissions: permissionsView.hasAnyVisiblePermission
|
||||
readonly property int selectedSharedAddressesCount: root.selectedSharedAddressesMap.size
|
||||
|
||||
readonly property bool dirty: {
|
||||
|
|
Loading…
Reference in New Issue