From 20f9f47028590ee4a45f4a0937a68b72c694c9e8 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Tue, 20 Apr 2021 13:14:16 -0400 Subject: [PATCH] chore(CreateCommunityPopup): leave create btn enabled to show errors --- .../AppLayouts/Chat/CommunityComponents/CreateCommunityPopup.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/CommunityComponents/CreateCommunityPopup.qml b/ui/app/AppLayouts/Chat/CommunityComponents/CreateCommunityPopup.qml index 1a261d5bf8..6a9c154d84 100644 --- a/ui/app/AppLayouts/Chat/CommunityComponents/CreateCommunityPopup.qml +++ b/ui/app/AppLayouts/Chat/CommunityComponents/CreateCommunityPopup.qml @@ -409,7 +409,6 @@ ModalPopup { } footer: StatusButton { - enabled: popup.isValid text: isEdit ? //% "Edit" qsTrId("edit") :