Skip to content

Commit 3865047

Browse files
cyl3xFlorianKe
andauthored
fix: pagination page reset (#90)
Co-authored-by: FlorianKe <54330886+FlorianKe@users.noreply.github.com>
1 parent e50390c commit 3865047

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.State.commit('shopwareExtensions/setSearchValue', {
5454
key: 'page',
55-
value: 1
55+
value: this.isTheme === this.activeFilters.group ? Shopware.State.get('shopwareExtensions').search.page : 1
5656
});
5757
this.activeFilters.group = newValue;
5858
}

0 commit comments

Comments
 (0)