Updated
This commit is contained in:
@@ -109,7 +109,7 @@ watch(
|
||||
(newValue) => {
|
||||
if (!isEditing.value) {
|
||||
addressData.value.phone =
|
||||
newValue == "بله" ? account.value?.phone : "";
|
||||
newValue == "بله" ? account.value!.phone : "";
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user