bton/prohibit_sending_empty_emails #100

Merged
j3d1 merged 3 commits from bton/prohibit_sending_empty_emails into testing 2025-01-27 19:21:15 +00:00
Showing only changes of commit 89707113bb - Show all commits

View file

@ -35,7 +35,7 @@
<div>
<textarea placeholder="reply mail..." v-model="newMail" class="form-control">
</textarea>
<AsyncButton class="btn btn-primary float-right" :task="sendMailAndClear">
<AsyncButton class="btn btn-primary float-right" :task="sendMailAndClear" :disabled="!newMail">
<font-awesome-icon icon="envelope"/>
Send Mail
</AsyncButton>