diff --git a/lib/app/modules/select/controllers/select_controller.dart b/lib/app/modules/select/controllers/select_controller.dart index 3e940ce..7b029a3 100644 --- a/lib/app/modules/select/controllers/select_controller.dart +++ b/lib/app/modules/select/controllers/select_controller.dart @@ -72,7 +72,7 @@ class SelectController extends GetxController { enName: 'artist', vImage: 'btn_male_pic_artist', hImage: 'pic_male_artist', - selected: true, + selected: false, enable: true, )); occupations.add(Occupation( @@ -122,7 +122,7 @@ class SelectController extends GetxController { enName: 'academician', vImage: 'btn_female_pic_academician', hImage: 'pic_female_academician', - enable: true, + enable: false, )); occupations.add(Occupation( id: 2, @@ -157,7 +157,7 @@ class SelectController extends GetxController { enName: 'artist', vImage: 'btn_female_pic_artist', hImage: 'pic_female_artist', - selected: true, + selected: false, enable: true, )); occupations.add(Occupation(