We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c08a18 commit f16f5d8Copy full SHA for f16f5d8
src/Resources/app/administration/src/module/sw-extension-store/page/sw-extension-store-index/index.js
@@ -50,7 +50,8 @@ export default {
50
isTheme: {
51
immediate: true,
52
handler(newValue) {
53
- Shopware.State.commit('shopwareExtensions/setSearchValue', { key: 'page', value: 1 });
+ const value = this.isTheme === this.activeFilters.group ? Shopware.State.get('shopwareExtensions').search.page : 1;
54
+ Shopware.State.commit('shopwareExtensions/setSearchValue', { key: 'page', value });
55
if (this.feature.isActive('VUE3')) {
56
this.activeFilters.group = newValue;
57
} else {
0 commit comments