Update: 2026-06-26 20:52:17

This commit is contained in:
Hamza-Ayed
2026-06-26 20:52:18 +03:00
parent 1ff132cd07
commit b4f063aaac
7 changed files with 152 additions and 91 deletions

View File

@@ -416,7 +416,7 @@ class KazanEditorPage extends StatelessWidget {
if (!data.containsKey('country') ||
data['country'] == null ||
data['country'].toString().isEmpty) {
data['country'] = controller.selectedCountry.value;
data['country'] = controller.selectedCountryCode;
}
bool success = await controller.updateKazan(data);