Update: 2026-06-26 20:52:17
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user