diff --git a/lib/app/modules/select/controllers/select_controller.dart b/lib/app/modules/select/controllers/select_controller.dart index e21324d..8656d64 100644 --- a/lib/app/modules/select/controllers/select_controller.dart +++ b/lib/app/modules/select/controllers/select_controller.dart @@ -82,7 +82,7 @@ class SelectController extends GetxController { vImage: 'btn_male_pic_artist', hImage: 'pic_male_artist', selected: false, - enable: true, + enable: false, )); occupations.add(Occupation( id: 6, @@ -157,7 +157,7 @@ class SelectController extends GetxController { vImage: 'btn_female_pic_artist', hImage: 'pic_female_artist', selected: false, - enable: true, + enable: false, )); occupations.add(Occupation( id: 6,