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,