Skip to content

Commit

Permalink
update text area for Ember type area
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tordoff committed Dec 9, 2024
1 parent 7639ea1 commit 9eb5df3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,12 @@
<label for='message-text' local-class='message-label'>
{{t 'institutions.dashboard.send_message_modal.opening_message_label'}}
</label>
<textarea
<Textarea
id='message-text'
local-class='message-textarea'
value={{this.messageText}}
{{on 'input' this.updateMessageText}}
></textarea>
@value={{this.messageText}}
>
</Textarea>
<div>
{{t 'institutions.dashboard.send_message_modal.closing_message_label' adminName=this.currentUser.user.fullName}}
</div>
Expand Down

0 comments on commit 9eb5df3

Please sign in to comment.