From 32f92db19a1b69e2e55730b3fc5d971f36d88af0 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Tue, 15 Jul 2025 13:44:39 +0200 Subject: [PATCH] read only location field add business --- .../mzansi_profile/business_profile/profile_business_add.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/Frontend/lib/mih_packages/mzansi_profile/business_profile/profile_business_add.dart b/Frontend/lib/mih_packages/mzansi_profile/business_profile/profile_business_add.dart index 95306c6c..3dd67942 100644 --- a/Frontend/lib/mih_packages/mzansi_profile/business_profile/profile_business_add.dart +++ b/Frontend/lib/mih_packages/mzansi_profile/business_profile/profile_business_add.dart @@ -493,6 +493,7 @@ class _ProfileBusinessAddState extends State { controller: locationController, multiLineInput: false, requiredText: true, + readOnly: true, hintText: "GPS Location", ), ),