Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Jan 5, 2023
1 parent 5a81aba commit a17ad3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SearchBlock/SearchBlockView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function SearchBlockView(props) {
return (
<div>
{mode !== 'view' && 'EEA Semantic Search block'}
{JSON.stringify(data.defaultFilters)}
{/* {JSON.stringify(data.defaultFilters)} */}
<Variation
slotFills={data.slotFills}
registry={registry}
Expand Down

0 comments on commit a17ad3d

Please sign in to comment.