File tree 1 file changed +1
-1
lines changed
packages/shared-components/src/formio/template/templates/navdesign/field
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5
5
<div class =" description" id =" d-{{ctx.instance.id}}-{{ctx.component.key}}" >{{ctx.t(ctx.component.description, { _userInput: true })}}</div >
6
6
{% } %}
7
7
8
- {% if (ctx.builder || (ctx. component.label && !ctx.component.hideLabel && ctx.component.type !== "radio" && ctx.component.type !== "container" && ctx.component.type !== "alertstripe" && ctx.component.type !== "selectboxes" && ctx.component.type !== "navCheckbox" && ctx.component.type !== "datagrid" && ctx.component.type !== "navSkjemagruppe" && !ctx.component.isNavCheckboxPanel)) { %}
8
+ {% if (ctx.component.label && ((ctx.builder || !ctx.component.hideLabel) && ctx.component.type !== "radio" && ctx.component.type !== "container" && ctx.component.type !== "alertstripe" && ctx.component.type !== "selectboxes" && ctx.component.type !== "navCheckbox" && ctx.component.type !== "datagrid" && ctx.component.type !== "navSkjemagruppe" && !ctx.component.isNavCheckboxPanel)) { %}
9
9
{{ ctx.labelMarkup }}
10
10
{% } %}
11
11
You can’t perform that action at this time.
0 commit comments