mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
fix filtering company and collection
This commit is contained in:
@@ -124,8 +124,8 @@ export default defineStore("roms", {
|
||||
if (galleryFilter.selectedCollection) {
|
||||
this.filterCollection(galleryFilter.selectedCollection);
|
||||
}
|
||||
if (galleryFilter.selectedCollection) {
|
||||
this.filterCompany(galleryFilter.selectedCollection);
|
||||
if (galleryFilter.selectedCompany) {
|
||||
this.filterCompany(galleryFilter.selectedCompany);
|
||||
}
|
||||
},
|
||||
filterUnmatched() {
|
||||
|
||||
Reference in New Issue
Block a user