From 033149c03c0f1c9930a7c69df13f491fb6962bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rich=CE=9Brd?= Date: Tue, 18 May 2021 08:52:05 -0400 Subject: [PATCH] Update ui/app/AppLayouts/Chat/CommunityComponents/CreateCategoryPopup.qml Co-authored-by: Jonathan Rainville --- .../AppLayouts/Chat/CommunityComponents/CreateCategoryPopup.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/CommunityComponents/CreateCategoryPopup.qml b/ui/app/AppLayouts/Chat/CommunityComponents/CreateCategoryPopup.qml index adea966a7e..76809b9b51 100644 --- a/ui/app/AppLayouts/Chat/CommunityComponents/CreateCategoryPopup.qml +++ b/ui/app/AppLayouts/Chat/CommunityComponents/CreateCategoryPopup.qml @@ -8,7 +8,6 @@ import "../../../../shared/status" ModalPopup { property string communityId - readonly property int maxDescChars: 140 property string nameValidationError: "" property bool isValid: nameInput.isValid