mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
disable suggestPane step
This commit is contained in:
@@ -306,7 +306,7 @@ export default {
|
||||
hasSuggestions() {
|
||||
// TODO
|
||||
//return addressSuggestions.length > 0
|
||||
return true;
|
||||
return false;
|
||||
},
|
||||
displaySuggestions() {
|
||||
return !this.context.edit && this.hasSuggestions;
|
||||
|
Reference in New Issue
Block a user