Skip to content

Commit 0baf285

Browse files
authored
fix: pagination page reset (#87)
1 parent 58e6ee1 commit 0baf285

File tree

1 file changed

+1
-1
lines changed
  • src/Resources/app/administration/src/module/sw-extension-store/page/sw-extension-store-index

1 file changed

+1
-1
lines changed

src/Resources/app/administration/src/module/sw-extension-store/page/sw-extension-store-index/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default {
5252
handler(newValue) {
5353
Shopware.Store.get('shopwareExtensions').setSearchValue({
5454
key: 'page',
55-
value: 1,
55+
value: this.isTheme === this.activeFilters.group ? Shopware.Store.get('shopwareExtensions').search.page : 1,
5656
});
5757
this.activeFilters.group = newValue;
5858
},

0 commit comments

Comments
 (0)