Skip to content

Commit

Permalink
chore: change order of industry select options (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
illfixit authored Mar 11, 2024
1 parent 8cf6469 commit b3ee8c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).
- Removed internal tools and utilities
- Rebased the entire history to remove secrets and unrelated code
- Cleaned up dead links
- Changed order of industry select options [#22](https://github.com/sovity/authority-portal/issues/22)

### Known issues

Expand Down
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 b3ee8c9

Please sign in to comment.