diff --git a/app/javascript/dashboard/components/widgets/forms/PhoneInput.vue b/app/javascript/dashboard/components/widgets/forms/PhoneInput.vue index 6aa560ade..d4fb3c2e7 100644 --- a/app/javascript/dashboard/components/widgets/forms/PhoneInput.vue +++ b/app/javascript/dashboard/components/widgets/forms/PhoneInput.vue @@ -5,8 +5,8 @@ class="cursor-pointer py-2 pr-1.5 pl-2 rounded-tl-md rounded-bl-md flex items-center justify-center gap-1.5 bg-slate-25 dark:bg-slate-700 h-10 w-14" @click="toggleCountryDropdown" > -
- {{ activeCountryEmoji }} +
+ {{ activeCountry.emoji }}
@@ -144,9 +144,6 @@ export default { } return ''; }, - activeCountryEmoji() { - return this.activeCountry?.emoji || ''; - }, }, watch: { value() {