Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: change order of industry select options #28

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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',
];
}
Loading