Fix Bug 62128 - Rooms. Limit the Name field for room name to 170 characters

This commit is contained in:
Elyor Djalilov 2023-04-17 17:50:12 +05:00
parent 15662167f2
commit 99f530e6cf

View File

@ -67,6 +67,7 @@ const InputParam = React.forwardRef(
isAutoFocussed={isAutoFocussed}
onKeyUp={onKeyUp}
onKeyDown={onKeyDown}
maxLength={170}
/>
</FieldContainer>
</StyledInputParam>