Skip to content

Commit

Permalink
fix(CreateChatView): disable confirm button if no tags added
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandraB99 committed Sep 28, 2022
1 parent f17003e commit d45230a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/AppLayouts/Chat/panels/InlineSelectorPanel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ Item {

StatusButton {
Layout.alignment: Qt.AlignVCenter
enabled: (listView.count > 0)
text: qsTr("Confirm")
onClicked: root.confirmed()
}
Expand Down

0 comments on commit d45230a

Please sign in to comment.