Fixing sorting issues.

This commit is contained in:
aminecmi 2022-07-17 21:47:22 +02:00
parent 3405ac3cc1
commit eca23d5916

View File

@ -147,7 +147,7 @@ export default {
return r.json();
}).then(result => {
this.searchQ = '';
this.addItem(result);
this.fetchListAndItems(true);
})
}
}