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:
Alex Jbanca 2024-05-20 18:45:30 +03:00 committed by GitHub
parent 08a1e10f59
commit 62b7083f4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: {