disable suggestPane step

This commit is contained in:
Mathieu Jaumotte 2021-09-22 16:28:35 +02:00
parent f8d5dcf937
commit 47d0043462
2 changed files with 1 additions and 5 deletions

View File

@ -306,7 +306,7 @@ export default {
hasSuggestions() {
// TODO
//return addressSuggestions.length > 0
return true;
return false;
},
displaySuggestions() {
return !this.context.edit && this.hasSuggestions;

View File

@ -106,7 +106,3 @@ export default {
}
}
</script>
<style scoped>
</style>