Generated form bugfix (initState not running) - #245

This commit is contained in:
Imran Remtulla
2023-01-29 17:07:11 -05:00
parent 1b60e75ca7
commit ee4d0f259f
2 changed files with 13 additions and 5 deletions

View File

@@ -327,6 +327,7 @@ class _AddAppPageState extends State<AddAppPage> {
height: 16,
),
GeneratedForm(
key: Key(pickedSource.runtimeType.toString()),
items: pickedSource!
.combinedAppSpecificSettingFormItems,
onValueChanges: (values, valid, isBuilding) {