Skip to content
Snippets Groups Projects
Commit 880bcc7d authored by rhenck's avatar rhenck
Browse files

[editor] Only show likert line color picker when line coloring is set

parent bc2209ae
No related branches found
No related tags found
No related merge requests found
......@@ -336,7 +336,7 @@
{{'propertiesPanel.lineColoring' | translate }}
</mat-checkbox>
<mat-form-field *ngIf="combinedProperties.lineColoringColor"
<mat-form-field *ngIf="combinedProperties.lineColoring && combinedProperties.lineColoringColor"
appearance="fill" class="mdInput textsingleline">
<mat-label>{{'propertiesPanel.lineColoringColor' | translate }}</mat-label>
<input matInput type="color" [value]="combinedProperties.lineColoringColor"
......
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