forked from verdnatura/salix-front
fix(sms): show banner when customer has default language
This commit is contained in:
parent
f4dc6a241e
commit
b077622fe7
|
@ -92,7 +92,7 @@ async function send() {
|
||||||
<q-space />
|
<q-space />
|
||||||
<q-btn icon="close" :disable="isLoading" flat round dense v-close-popup />
|
<q-btn icon="close" :disable="isLoading" flat round dense v-close-popup />
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
<q-card-section>
|
<q-card-section v-if="props.locale">
|
||||||
<q-banner class="bg-amber text-white" rounded dense>
|
<q-banner class="bg-amber text-white" rounded dense>
|
||||||
<template #avatar>
|
<template #avatar>
|
||||||
<q-icon name="warning" />
|
<q-icon name="warning" />
|
||||||
|
|
Loading…
Reference in New Issue