mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 04:21:44 +00:00
chore(CommunityPermissions): fixed warnings introduced during integration with backend
This commit is contained in:
parent
d813cc12b8
commit
0e92b69bc5
@ -52,7 +52,7 @@ SettingsPageLayout {
|
||||
readonly property string newPermissionViewState: "NEW_PERMISSION"
|
||||
readonly property string permissionsViewState: "PERMISSIONS"
|
||||
readonly property string editPermissionViewState: "EDIT_PERMISSION"
|
||||
readonly property bool permissionsExist: permissionsModel.count > 0
|
||||
readonly property bool permissionsExist: root.permissionsModel.count > 0
|
||||
|
||||
signal saveChanges
|
||||
signal resetChanges
|
||||
|
@ -68,7 +68,7 @@ StatusScrollView {
|
||||
ChannelsSelectionModel {
|
||||
id: channelsSelectionModel
|
||||
|
||||
sourceModel: model.channelsListModel
|
||||
sourceModel: model.channelsListModel ?? null
|
||||
channelsModel: root.channelsModel
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user