Resets current page after switching status tabs. #765.

This commit is contained in:
mateuswetah 2023-01-25 11:35:34 -03:00
parent cd96399fff
commit c93117e6be
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ export default {
'getCollections'
]),
onChangeTab(status) {
this.$eventBusSearch.resetPageOnStore();
this.$eventBusSearch.setStatus(status);
}
}