diff --git a/src/components/CreateNewPostcodeForm.vue b/src/components/CreateNewPostcodeForm.vue
index 5599c9b4f..8dc0d436e 100644
--- a/src/components/CreateNewPostcodeForm.vue
+++ b/src/components/CreateNewPostcodeForm.vue
@@ -1,5 +1,5 @@
@@ -157,7 +135,7 @@ async function handleCountries(data) {
ref="provincesFetchDataRef"
@on-fetch="handleProvinces"
:sort-by="['name ASC']"
- :limit="30"
+ :limit="3"
auto-load
url="Provinces/location"
/>
@@ -170,6 +148,15 @@ async function handleCountries(data) {
auto-load
url="Towns/location"
/>
+