Skip to content

Commit

Permalink
merge: #755 from ginger/image-filter-load
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni authored Feb 7, 2024
2 parents 72ed9b6 + 472a83f commit 078f406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,7 @@ export default {
this.loading = true;
this.addPreset(this.presetData)
.then((wasAdded) => {
if (wasAdded) {
return this.runSearch(0);
} else {
return this.loadAndCheckImages();
}
return this.runSearch(0);
})
.then(() => {
this.setFilteredRecordTag(this.recordTag + '$ with images');
Expand Down

0 comments on commit 078f406

Please sign in to comment.