diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index 57eacc10b..b77739320 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -17,6 +17,9 @@ Prefix the change with one of these keywords: ## [Unreleased] +### Added +- Google map region + ## [0.29.3] ### Fixed diff --git a/lib/components/Location/Location.stories.tsx b/lib/components/Location/Location.stories.tsx index a96dd50fa..6c507ee8e 100644 --- a/lib/components/Location/Location.stories.tsx +++ b/lib/components/Location/Location.stories.tsx @@ -14,7 +14,7 @@ const meta: Meta = { }, decorators: [ (Story) => ( - + ), diff --git a/lib/components/LocationPicker/LocationPicker.stories.tsx b/lib/components/LocationPicker/LocationPicker.stories.tsx index 018ba92ab..27ced0afb 100644 --- a/lib/components/LocationPicker/LocationPicker.stories.tsx +++ b/lib/components/LocationPicker/LocationPicker.stories.tsx @@ -17,7 +17,7 @@ const meta: Meta = { }, decorators: [ (Story) => ( - + ),