format
This commit is contained in:
parent
f035be88e4
commit
6b3fcd5608
1 changed files with 3 additions and 1 deletions
|
|
@ -48,7 +48,9 @@ export default function ChatInput({
|
|||
setChatValue(e.target.value);
|
||||
}}
|
||||
className={classNames(
|
||||
lockChat ? " form-modal-lock-true bg-input " : " form-modal-lock-false",
|
||||
lockChat
|
||||
? " form-modal-lock-true bg-input "
|
||||
: " form-modal-lock-false",
|
||||
"form-modal-lockchat"
|
||||
)}
|
||||
placeholder={"Send a message..."}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue