|
@@ -198,7 +198,7 @@ class AppliedAddStaffController extends GetxController with DioCancelableMixin {
|
|
|
if (locationOptionList == null || locationOptionList?.isEmpty == true) {
|
|
|
selectedLocationIndex = 0;
|
|
|
} else {
|
|
|
- selectedLocationIndex = locationOptionList?.indexWhere((e) => e.toString() == selectedJobIndustryStr)?? 0;
|
|
|
+ selectedLocationIndex = locationOptionList?.indexWhere((e) => e.toString() == selectedLocationStr)?? 0;
|
|
|
}
|
|
|
|
|
|
if (selectedLocationIndex < 0) {
|