mirror of
https://github.com/meshtastic/web.git
synced 2026-04-24 07:48:38 -04:00
add missing maxBytes to MessageInput
This commit is contained in:
@@ -56,7 +56,7 @@ export const ChannelChat = ({
|
||||
<EmptyState />
|
||||
</div>
|
||||
<div className="flex-shrink-0 p-4 w-full bg-gray-900">
|
||||
<MessageInput to={to} channel={channel} />
|
||||
<MessageInput to={to} channel={channel} maxBytes={200} />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user