Skip to content

Commit

Permalink
LPD-22042 Wrap in div to avoid removing the parent
Browse files Browse the repository at this point in the history
  • Loading branch information
victorg1991 authored and brianchandotcom committed Apr 12, 2024
1 parent b535d7c commit 5402cbd
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ long classPK = GetterUtil.getLong((String)request.getAttribute("liferay-layout:l
LayoutClassedModelUsagesDisplayContext layoutClassedModelUsagesDisplayContext = new LayoutClassedModelUsagesDisplayContext(request, renderRequest, renderResponse, className, classPK);
%>

<react:component
module="{ViewUsages} from layout-taglib"
props="<%= layoutClassedModelUsagesDisplayContext.getUsagesData() %>"
/>
<div>
<react:component
module="{ViewUsages} from layout-taglib"
props="<%= layoutClassedModelUsagesDisplayContext.getUsagesData() %>"
/>
</div>

0 comments on commit 5402cbd

Please sign in to comment.