Skip to content

Commit

Permalink
chore: change order of industry select options
Browse files Browse the repository at this point in the history
  • Loading branch information
illfixit committed Mar 11, 2024
1 parent 8cf6469 commit 9711963
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
* Contributors:
* sovity GmbH - initial implementation
*/

import {Component, HostBinding, Input} from '@angular/core';
import {FormControl} from '@angular/forms';

Expand Down Expand Up @@ -49,13 +48,13 @@ export class IndustrySelectComponent {
'Meteorological services',
'Micromobility provider',
'Municipality',
'Other',
'Passenger transportation',
'Research & Development',
'Sensor supplier',
'Software development',
'Telecommunication',
'Tourism',
'Traffic engineering',
'Other',
];
}

0 comments on commit 9711963

Please sign in to comment.