Merge branch 'cm-configure-view-lv' of https://github.com/strapi/strapi into cm-settings/drag-and-drop

This commit is contained in:
ronronscelestes 2021-10-18 12:02:36 +02:00
commit 6debe34f90

View File

@ -273,7 +273,7 @@ function ListView({
{!canRead && (
<ActionLayout endActions={<InjectionZone area="contentManager.listView.actions" />} />
)}
{canRead && (isSearchable || isFilterable) && (
{canRead && (
<ActionLayout
endActions={
<>