chore: give IT bar choices array steps unique IDs to avoid identical keys (#1980)
This commit is contained in:
parent
6197849497
commit
f839b79e81
1 changed files with 1 additions and 0 deletions
|
|
@ -409,6 +409,7 @@ class ITChoices extends StatelessWidget {
|
|||
);
|
||||
}
|
||||
return ChoicesArray(
|
||||
id: controller.currentITStep.hashCode.toString(),
|
||||
isLoading: controller.isLoading ||
|
||||
controller.choreographer.isFetching ||
|
||||
controller.currentITStep == null,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue