mirror of
https://github.com/h44z/wg-portal
synced 2025-02-26 05:49:14 +00:00
Remove 'hidden'-attribute from email button (#251)
This commit is contained in:
parent
288b7794ca
commit
e72ba87619
@ -212,7 +212,7 @@ function ConfigQrUrl() {
|
|||||||
<div class="flex-fill text-start">
|
<div class="flex-fill text-start">
|
||||||
<button @click.prevent="download" type="button" class="btn btn-primary me-1">{{
|
<button @click.prevent="download" type="button" class="btn btn-primary me-1">{{
|
||||||
$t('modals.peer-view.button-download') }}</button>
|
$t('modals.peer-view.button-download') }}</button>
|
||||||
<button @click.prevent="email" hidden type="button" class="btn btn-primary me-1">{{
|
<button @click.prevent="email" type="button" class="btn btn-primary me-1">{{
|
||||||
$t('modals.peer-view.button-email') }}</button>
|
$t('modals.peer-view.button-email') }}</button>
|
||||||
</div>
|
</div>
|
||||||
<button @click.prevent="close" type="button" class="btn btn-secondary">{{ $t('general.close') }}</button>
|
<button @click.prevent="close" type="button" class="btn btn-secondary">{{ $t('general.close') }}</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user