Browse Source

fix Bug #7818

master
daivph 5 years ago
parent
commit
bbecf45726
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      lib/presentation/screens/actions/disease/sc_edit_action_disease.dart

+ 1
- 2
lib/presentation/screens/actions/disease/sc_edit_action_disease.dart View File

@@ -342,8 +342,7 @@ class _EditActionDiseaseScreenState extends State<EditActionDiseaseScreen> {
_disease.harmLevel ?? "";
_treePercentController.text = _disease.treePercent
.formatStringToStringDecimal();
_locationController.text =
_disease.location.formatStringToStringDecimal();
_locationController.text = _disease.location ?? "";
_naturalEnemyController.text =
_disease.naturalEnemy ?? "";
_treatmentMeasuresController.text =

Loading…
Cancel
Save