Spaces:
Running
Running
Update flare-ui/src/app/components/chat/chat.component.html
Browse files
flare-ui/src/app/components/chat/chat.component.html
CHANGED
@@ -26,9 +26,8 @@
|
|
26 |
<input
|
27 |
matInput
|
28 |
placeholder="Type your message…"
|
29 |
-
[formControl]="input"
|
30 |
-
autocomplete="off"
|
31 |
-
/>
|
32 |
</mat-form-field>
|
33 |
|
34 |
<button
|
|
|
26 |
<input
|
27 |
matInput
|
28 |
placeholder="Type your message…"
|
29 |
+
[formControl]="input"
|
30 |
+
autocomplete="off"/>
|
|
|
31 |
</mat-form-field>
|
32 |
|
33 |
<button
|