Skip to content

Commit

Permalink
After CR
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti committed Aug 28, 2024
1 parent ae7ef66 commit 492bad5
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 102 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 @@ -77,7 +77,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 492bad5

Please # to comment.