From e20a658d65b7b3f542856e4c91d3cdae4881c6a7 Mon Sep 17 00:00:00 2001 From: georgelimadev Date: Thu, 18 Jul 2024 10:40:10 -0300 Subject: [PATCH] Fix malta geolocation rule --- CHANGELOG.md | 3 +++ react/country/MLT.ts | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f80e12..f1b55539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed +- Malta geolocation rules. + ## [3.36.5] - 2024-07-02 ### Fixed diff --git a/react/country/MLT.ts b/react/country/MLT.ts index b2c46cfa..ce9e1ee7 100644 --- a/react/country/MLT.ts +++ b/react/country/MLT.ts @@ -156,7 +156,7 @@ const rules: PostalCodeRules = { postalCode: { valueIn: 'long_name', types: ['postal_code'], - required: false, + required: true, }, number: {