limit conv name
This commit is contained in:
parent
9f323ee15d
commit
94e6250e17
@ -277,6 +277,7 @@ const ModalSetting = ({ handleClose, convId, socket }: ModalSettingProps) => {
|
||||
<input
|
||||
onChange={(e) => setNewName(e.target.value)}
|
||||
onKeyDown={handleName}
|
||||
maxLength={25}
|
||||
type="text"
|
||||
className="in"
|
||||
placeholder="New Name"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user