tweak: fix 'test email' btn (#3026)

This commit is contained in:
Arc 2025-03-10 18:37:11 +00:00 committed by GitHub
parent 0d0eb36de4
commit 4a28c22d79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -230,14 +230,12 @@
</q-item-section> </q-item-section>
</q-item> </q-item>
<q-item> <q-item>
<q-item-section> <q-btn
<q-btn @click="sendTestEmail()"
@click="sendTestEmail()" :label="$t('notifications_send_test_email')"
label="Send Test Email Notification" color="primary"
color="primary" class="q-mt-md"
class="q-mt-md" ></q-btn>
></q-btn>
</q-item-section>
</q-item> </q-item>
</div> </div>