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