Skip to content

Commit

Permalink
Merge branch 'main' into 2024-03-11_zipcode-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilczaja authored Mar 11, 2024
2 parents 4fdaaad + b3ee8c9 commit b7f3e4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ 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
- Fixed an error with input validation that prevented the use of upper-case letters in zip codes
- Fixed an error with input validation that prevented the use of upper-case letters in zip codes [#21](https://github.com/sovity/authority-portal/issues/21)
- 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 b7f3e4f

Please sign in to comment.