fix: mobile is more relevant than phone
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Javier Segarra 2024-11-12 11:00:05 +00:00
parent 95b6e72e6c
commit 6355993c14
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const showSmsDialog = () => {
quasar.dialog({
component: VnSmsDialog,
componentProps: {
phone: $props.customer.phone || $props.customer.mobile,
phone: $props.customer.mobile || $props.customer.phone,
promise: sendSms,
},
});