Skip to content

Commit

Permalink
fix(treeview): fix html output for tree item preview
Browse files Browse the repository at this point in the history
  • Loading branch information
flxqr2 committed Aug 11, 2018
1 parent 9b5f9cb commit 9d68331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/FLXLabs/PageSections/TreeViewPageElement.ss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>
</div>
<div class="treeview-item__preview">
$Item.TreeViewPreview
$Item.TreeViewPreview.RAW
</div>
<div class="treeview-item-actions treeview-item-actions--edit">
$EditButton
Expand Down

0 comments on commit 9d68331

Please sign in to comment.