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 c69be9a commit 4d73e10Copy full SHA for 4d73e10
1 file changed
apps/public/src/lib/journey/adapters/CountryList.svelte
@@ -20,7 +20,7 @@ type CountryListProps = {
20
allOtherCountries: string
21
searchResults: string
22
}
23
- commonCountryCodes?: string[]
+ commonCountryCodes?: readonly string[]
24
describedby?: string
25
26
0 commit comments