tweak: fix 'test email' btn (#3026)
This commit is contained in:
parent
0d0eb36de4
commit
4a28c22d79
1 changed files with 6 additions and 8 deletions
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue