mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
disable suggestPane step
This commit is contained in:
parent
f8d5dcf937
commit
47d0043462
@ -306,7 +306,7 @@ export default {
|
||||
hasSuggestions() {
|
||||
// TODO
|
||||
//return addressSuggestions.length > 0
|
||||
return true;
|
||||
return false;
|
||||
},
|
||||
displaySuggestions() {
|
||||
return !this.context.edit && this.hasSuggestions;
|
||||
|
@ -106,7 +106,3 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user