chore: give IT bar choices array steps unique IDs to avoid identical keys (#1980)

This commit is contained in:
ggurdin 2025-02-27 15:54:41 -05:00 committed by GitHub
parent 6197849497
commit f839b79e81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -409,6 +409,7 @@ class ITChoices extends StatelessWidget {
);
}
return ChoicesArray(
id: controller.currentITStep.hashCode.toString(),
isLoading: controller.isLoading ||
controller.choreographer.isFetching ||
controller.currentITStep == null,