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