Skip to content
Snippets Groups Projects
Commit 2953a66e authored by jojohoch's avatar jojohoch
Browse files

[editor] Remove Flex layout module from PresetValuePropertiesComponent

parent 4ec57475
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ import { CombinedProperties } from 'editor/src/app/components/properties-panel/e
(selectionChange)="updateModel.emit({ property: 'value', value: $event.value })">
<mat-option [value]="null">{{'propertiesPanel.undefined' | translate }}</mat-option>
<mat-option *ngFor="let option of $any(combinedProperties.options); let i = index" [value]="i">
<div fxFlex fxFlexAlign="center" [innerHTML]="option.text + ' (Index: ' + i + ')' | safeResourceHTML"></div>
<div [innerHTML]="option.text + ' (Index: ' + i + ')' | safeResourceHTML"></div>
</mat-option>
</mat-select>
</mat-form-field>
......
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