From a581facd88bc584f95c2c092fab98b2b2b5f1ddb Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Wed, 21 Apr 2021 11:06:45 -0400 Subject: [PATCH] fix: code review --- .../Chat/CommunityComponents/CreateCommunityPopup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/CommunityComponents/CreateCommunityPopup.qml b/ui/app/AppLayouts/Chat/CommunityComponents/CreateCommunityPopup.qml index bde7a6a6d2..6fd1817f7f 100644 --- a/ui/app/AppLayouts/Chat/CommunityComponents/CreateCommunityPopup.qml +++ b/ui/app/AppLayouts/Chat/CommunityComponents/CreateCommunityPopup.qml @@ -431,7 +431,7 @@ ModalPopup { error = chatsModel.communities.createCommunity(Utils.filterXSS(nameInput.text), Utils.filterXSS(descriptionTextArea.text), membershipRequirementSettingPopup.checkedMembership, - ensOnlySwitch.switchChecked, + false, // ensOnlySwitch.switchChecked, // TODO: colorPicker.text, addImageButton.selectedImage, imageCropperModal.aX,