Skip to content

Commit 854d04d

Browse files
authored
fix: disallow editing components in unit that come from libraries (#36914)
1 parent 01d0e1d commit 854d04d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

cms/templates/studio_xblock_wrapper.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,6 @@
211211
<span data-tooltip="${_('Drag to reorder')}" class="drag-handle action"></span>
212212
</li>
213213
% endif
214-
% elif not show_inline:
215-
<li class="action-item action-edit action-edit-view-only">
216-
<a href="#" class="edit-button action-button">
217-
<span class="action-button-text">${_("Details")}</span>
218-
</a>
219-
</li>
220214
% endif
221215
% endif
222216
</ul>

0 commit comments

Comments
 (0)