diff --git a/authority-portal-frontend/src/app/common/components/form-elements/industry-select/industry-select.component.ts b/authority-portal-frontend/src/app/common/components/form-elements/industry-select/industry-select.component.ts index 67813c218..071242a07 100644 --- a/authority-portal-frontend/src/app/common/components/form-elements/industry-select/industry-select.component.ts +++ b/authority-portal-frontend/src/app/common/components/form-elements/industry-select/industry-select.component.ts @@ -10,7 +10,6 @@ * Contributors: * sovity GmbH - initial implementation */ - import {Component, HostBinding, Input} from '@angular/core'; import {FormControl} from '@angular/forms'; @@ -49,7 +48,6 @@ export class IndustrySelectComponent { 'Meteorological services', 'Micromobility provider', 'Municipality', - 'Other', 'Passenger transportation', 'Research & Development', 'Sensor supplier', @@ -57,5 +55,6 @@ export class IndustrySelectComponent { 'Telecommunication', 'Tourism', 'Traffic engineering', + 'Other', ]; }