Skip to content

Commit 97c6e2f

Browse files
committed
remove defaultValue from chatbox textfield
1 parent 483fa97 commit 97c6e2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/components/ChatV2/ChatBox.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ export const ChatBox = ({
190190
autoFocus
191191
value={message}
192192
onChange={(e) => setMessage(e.target.value)}
193-
defaultValue=""
194193
placeholder={t('chat:writeHere')}
195194
fullWidth
196195
multiline

0 commit comments

Comments
 (0)