mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-18 10:51:10 +00:00
Address searchbar bug in App.vue
* Removes unused code * Was breaking App.vue Follow up to I2943917db477cd33fab481eaf24e50f6f01ca412 Bug: T379861 Change-Id: Iae9f0d0ea77a100937081794a46cb101a7ca0e31
This commit is contained in:
parent
88485bd86f
commit
c091726265
|
@ -213,7 +213,6 @@ module.exports = exports = defineComponent( {
|
|||
*/
|
||||
updateUIWithSearchClientResult( search, replaceResults ) {
|
||||
const query = this.currentSearchQuery;
|
||||
instrumentation.listeners.onFetchStart();
|
||||
|
||||
search.fetch
|
||||
.then( ( data ) => {
|
||||
|
|
Loading…
Reference in a new issue