Update country_id for personal country id
This commit is contained in:
parent
2f089707f4
commit
b06c9c18fc
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class PersonalAddress extends Component
|
|||
'city' => auth()->user('contact')->client->city,
|
||||
'state' => auth()->user('contact')->client->state,
|
||||
'postal_code' => auth()->user('contact')->client->postal_code,
|
||||
'country_id' => optional(auth()->user('contact')->client->country)->id,
|
||||
'country_id' => auth()->user('contact')->client->country_id,
|
||||
|
||||
'countries' => $countries,
|
||||
'saved' => ctrans('texts.save'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue