mirror of
https://github.com/foss42/apidash.git
synced 2025-06-07 11:58:55 +08:00
fix: added missing setState
This commit is contained in:
@ -114,6 +114,7 @@ class _FormDataBodyState extends ConsumerState<FormDataWidget> {
|
|||||||
if (isLast && hasChanged) {
|
if (isLast && hasChanged) {
|
||||||
formRows.add(kFormDataEmptyModel);
|
formRows.add(kFormDataEmptyModel);
|
||||||
}
|
}
|
||||||
|
setState(() {});
|
||||||
_onFieldChange(selectedId!);
|
_onFieldChange(selectedId!);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user