mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
csfixes
This commit is contained in:
@@ -247,8 +247,6 @@ export default {
|
||||
this.suggested.unshift(this.priorSuggestion);
|
||||
this.selected.unshift(this.priorSuggestion);
|
||||
|
||||
// console.log('selected', this.selected);
|
||||
// console.log('suggested', this.suggested);
|
||||
this.newPriorSuggestion(null);
|
||||
}
|
||||
},
|
||||
@@ -262,7 +260,7 @@ export default {
|
||||
}
|
||||
this.search.priorSuggestion = suggestion;
|
||||
// console.log('search priorSuggestion', this.search.priorSuggestion);
|
||||
this.addPriorSuggestion(suggestion)
|
||||
this.addPriorSuggestion(suggestion);
|
||||
} else {
|
||||
this.search.priorSuggestion = {};
|
||||
}
|
||||
|
Reference in New Issue
Block a user