Allow to remove user location setting
Closes #671 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -150,7 +150,7 @@ export default class AddressAutoComplete extends Vue {
|
||||
}
|
||||
|
||||
get queryText(): string {
|
||||
if (this.value) {
|
||||
if (this.value !== undefined) {
|
||||
return new Address(this.value).fullName;
|
||||
}
|
||||
return this.initialQueryText;
|
||||
|
||||
Reference in New Issue
Block a user