Skip to content

Commit 4d73e10

Browse files
committed
fix(public): make commonCountryCodes type read-only
1 parent c69be9a commit 4d73e10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/public/src/lib/journey/adapters/CountryList.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type CountryListProps = {
2020
allOtherCountries: string
2121
searchResults: string
2222
}
23-
commonCountryCodes?: string[]
23+
commonCountryCodes?: readonly string[]
2424
describedby?: string
2525
}
2626

0 commit comments

Comments
 (0)