From cab3c32419a68281a6802fdbf3dea5ffacc89349 Mon Sep 17 00:00:00 2001 From: Anders Date: Wed, 6 Nov 2024 15:58:39 +0100 Subject: [PATCH] docs(CountryFlag): `iso` defaults to `NO` (#4234) Small follow-up to https://github.com/dnbexperience/eufemia/pull/4232 --- .../dnb-eufemia/src/components/country-flag/CountryFlagDocs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dnb-eufemia/src/components/country-flag/CountryFlagDocs.ts b/packages/dnb-eufemia/src/components/country-flag/CountryFlagDocs.ts index 9bfac18d375..2556236beea 100644 --- a/packages/dnb-eufemia/src/components/country-flag/CountryFlagDocs.ts +++ b/packages/dnb-eufemia/src/components/country-flag/CountryFlagDocs.ts @@ -2,7 +2,7 @@ import { PropertiesTableProps } from '../../shared/types' export const CountryFlagProperties: PropertiesTableProps = { iso: { - doc: '[ISO 3166-1 alpha-2 code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) representing the country, such as `NO` for Norway. Defaults to `empty` string.', + doc: '[ISO 3166-1 alpha-2 code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) representing the country, such as `NO` for Norway. Defaults to `NO`.', type: 'string', status: 'optional', },