We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7fb52 commit 65425c6Copy full SHA for 65425c6
src/services/limited-partnerships/types.ts
@@ -97,9 +97,9 @@ export enum PartnershipType {
97
}
98
99
export enum Jurisdiction {
100
- ENGLAND_AND_WALES = "England and Wales",
101
- NORTHERN_IRELAND = "Northern Ireland",
102
- SCOTLAND = "Scotland",
+ ENGLAND_AND_WALES = "england-wales",
+ NORTHERN_IRELAND = "northern-ireland",
+ SCOTLAND = "scotland",
103
104
105
export interface LimitedPartnershipIncorporation {
0 commit comments