Skip to content

Commit

Permalink
After CR
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti committed Sep 9, 2024
1 parent 6fdd6b9 commit 0d8fee5
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 109 deletions.
9 changes: 0 additions & 9 deletions src/bundle/Resources/config/universal_discovery_widget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ system:
browse:
items_per_page: 50
priority: 30
image_picker_tabs_config:
image_picker:
id: 'image_picker'
priority: 40
hidden: false
image_picker_bookmarks:
id: 'image_picker_bookmarks'
priority: 50
hidden: false

# These inherit _default configuration
create:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const useSearchByQueryFetch = () => {
}

if (isBookmarked) {
query.IsBookmarkedCriterion = isBookmarked;
query.IsBookmarkedCriterion = true;
}

const isImageCriterionDataEmpty = !imageCriterionData || Object.keys(imageCriterionData).length === 0;
Expand Down
Loading

0 comments on commit 0d8fee5

Please sign in to comment.