mobile: set title max length to 500 chars

This commit is contained in:
Ammar Ahmed
2023-09-21 14:50:52 +05:00
parent c68bd21f6d
commit 6b32ebade4

View File

@@ -111,7 +111,7 @@ function Title({
overflowX: "hidden",
overflowY: "hidden"
}}
maxLength={150}
maxLength={1000}
onInput={() => {
resizeTextarea();
}}