Skip to content
Snippets Groups Projects
Commit 4988906e authored by rhenck's avatar rhenck
Browse files

[editor] Hide useless prop for checkboxes

parent 2f9acad7
No related branches found
No related tags found
No related merge requests found
Pipeline #62419 failed
......@@ -163,7 +163,7 @@
{{'propertiesPanel.stickyHeader' | translate }}
</mat-checkbox>
<mat-checkbox *ngIf="combinedProperties.crossOutChecked !== undefined"
<mat-checkbox *ngIf="unitService.expertMode && combinedProperties.crossOutChecked !== undefined"
[checked]="$any(combinedProperties.crossOutChecked)"
(change)="updateModel.emit({ property: 'crossOutChecked', value: $event.checked })">
{{'propertiesPanel.crossOutChecked' | translate }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment