1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-02-17 20:21:02 +01:00

fix: regression during resize results table on filters change

This commit is contained in:
Giulio Ganci 2021-10-18 21:23:22 +02:00
parent 69cd083054
commit 7dc33c78aa

View File

@ -439,6 +439,7 @@ export default {
this.$refs.queryTable.downloadTable(format, this.table);
},
onFilterChange (clausoles) {
this.resizeScroller();
if (clausoles.length === 0)
this.isSearch = false;
},