Skip to content

Commit

Permalink
Edit form: no rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Dec 28, 2020
1 parent 91d463e commit f57935f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Blocks/FacetedSearchBlockEdit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Edit = ({ data, onChangeBlock, block, selected }) => {
<Sidebar data={data} block={block} onChangeBlock={onChangeBlock} />
</SidebarPortal>

<FacetedSearch data={data} />
<p>Search with bucket aggregation of ElasticSearch</p>
</div>
);
};
Expand Down

0 comments on commit f57935f

Please sign in to comment.