fix: Send button not sending messages
This commit is contained in:
parent
d06af2558c
commit
f2b901fc17
@ -47,6 +47,6 @@
|
|||||||
msg = '';
|
msg = '';
|
||||||
}}>
|
}}>
|
||||||
<Input type="text" placeholder="Type Here" bind:value={msg} />
|
<Input type="text" placeholder="Type Here" bind:value={msg} />
|
||||||
<Button class="h-9 w-14"><Send class="size-full" /></Button>
|
<Button class="h-9 w-14" type="submit"><Send class="size-full" /></Button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user