Skip to content

Commit ff6a8d7

Browse files
Lantzifynathanwoulfe
authored andcommitted
UmbEditorHeaders hide-icon on "true"
1 parent 789a908 commit ff6a8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor-header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ng-form data-element="editor-icon" name="iconForm">
1515
<button
1616
type="button" class="umb-panel-header-icon"
17-
ng-if="!hideIcon"
17+
ng-if="hideIcon !== 'true'"
1818
ng-click="openIconPicker()"
1919
ng-class="{'-placeholder': $parent.icon === '' || $parent.icon === null}"
2020
title="{{$parent.icon}}">

0 commit comments

Comments
 (0)