ciyidogan commited on
Commit
bd8a530
·
verified ·
1 Parent(s): a2d3778

Update flare-ui/src/app/components/chat/chat.component.html

Browse files
flare-ui/src/app/components/chat/chat.component.html CHANGED
@@ -26,7 +26,7 @@
26
  <input
27
  matInput
28
  placeholder="Type your message…"
29
- [formControl]="input" <!-- ← burada formControl -->
30
  autocomplete="off"
31
  />
32
  </mat-form-field>
 
26
  <input
27
  matInput
28
  placeholder="Type your message…"
29
+ [formControl]="input"
30
  autocomplete="off"
31
  />
32
  </mat-form-field>