This commit is contained in:
@@ -536,8 +536,8 @@ export default {
|
||||
async clearFilter() {
|
||||
//Reset back to DEFAULT filter
|
||||
setActiveFilter(this); //will not trigger refresh yet
|
||||
|
||||
//Call api method to clear this filter
|
||||
|
||||
//Call api method to clear this filter
|
||||
let res = await window.$gz.api.remove(
|
||||
`data-list-filter/${this.activeFilterId}`
|
||||
);
|
||||
@@ -548,7 +548,6 @@ export default {
|
||||
await fetchSavedFilterList(this);
|
||||
await this.getDataFromApi();
|
||||
}
|
||||
|
||||
},
|
||||
clearFilterIcon() {
|
||||
if (this.serverFilter && this.serverFilter.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user