Skip to content

Commit

Permalink
enable listview, reorder items
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Draganescu committed Mar 17, 2021
1 parent 13eb6f9 commit 1bb941a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const addMenuNameEditor = createHigherOrderComponent(
}
return (
<>
<BlockEdit { ...props } />
<NameDisplay />
<BlockEdit { ...props } />
</>
);
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const removeNavigationBlockEditUnsupportedFeatures = createHigherOrderComponent(
{ ...props }
hasSubmenuIndicatorSetting={ false }
hasItemJustificationControls={ false }
hasListViewModal={ false }
hasListViewModal={ true }
/>
);
},
Expand Down

0 comments on commit 1bb941a

Please sign in to comment.