diff --git a/src/app/components/project-map/drawings-editors/style-editor/style-editor.component.ts b/src/app/components/project-map/drawings-editors/style-editor/style-editor.component.ts index e2ad175f..a9c6790e 100644 --- a/src/app/components/project-map/drawings-editors/style-editor/style-editor.component.ts +++ b/src/app/components/project-map/drawings-editors/style-editor/style-editor.component.ts @@ -27,12 +27,12 @@ export class StyleEditorDialogComponent implements OnInit { element: ElementData; formGroup: FormGroup; borderTypes = [ - { value: '', name: 'Invisible' }, { value: 'none', name: 'Solid' }, { value: '5', name: 'Dash' }, { value: '15', name: 'Dot' }, { value: '5 15', name: 'Dash Dot' }, { value: '10 5 5', name: 'Dash Dot Dot' }, + { value: '', name: 'No border' }, ]; constructor(