We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789a908 commit ff6a8d7Copy full SHA for ff6a8d7
src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor-header.html
@@ -14,7 +14,7 @@
14
<ng-form data-element="editor-icon" name="iconForm">
15
<button
16
type="button" class="umb-panel-header-icon"
17
- ng-if="!hideIcon"
+ ng-if="hideIcon !== 'true'"
18
ng-click="openIconPicker()"
19
ng-class="{'-placeholder': $parent.icon === '' || $parent.icon === null}"
20
title="{{$parent.icon}}">
0 commit comments