Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 authored Feb 26, 2024
1 parent 196dc8c commit 0814c59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/manage/Blocks/Search/SearchBlockEdit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const SearchBlockEdit = (props) => {
data,
selected,
intl,
navRoot,
contentType,
querystring = {},
} = props;
const { sortable_indexes = {} } = querystring;
Expand Down Expand Up @@ -75,6 +77,8 @@ const SearchBlockEdit = (props) => {
}}
onChangeBlock={onChangeBlock}
formData={data}
navRoot={navRoot}
contentType={contentType}
/>
</SidebarPortal>
</>
Expand Down

0 comments on commit 0814c59

Please sign in to comment.