Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
handler(newValue) {
Shopware.State.commit('shopwareExtensions/setSearchValue', {
key: 'page',
value: 1
value: this.isTheme === this.activeFilters.group ? Shopware.State.get('shopwareExtensions').search.page : 1

Check warning on line 55 in src/Resources/app/administration/src/module/sw-extension-store/page/sw-extension-store-index/index.js

View workflow job for this annotation

GitHub Actions / ESLint / ESLint

This line has a length of 127. Maximum allowed is 125
});
this.activeFilters.group = newValue;
}
Expand Down
Loading