mirror of
https://github.com/foss42/apidash.git
synced 2025-05-31 06:08:09 +08:00
Update request_form_data.dart
This commit is contained in:
@ -43,7 +43,6 @@ class _FormDataBodyState extends ConsumerState<FormDataWidget> {
|
||||
.select((value) => value?.httpRequestModel?.formData?.length));
|
||||
var rF = ref.read(selectedRequestModelProvider)?.httpRequestModel?.formData;
|
||||
bool isFormDataEmpty = rF == null || rF.isEmpty;
|
||||
|
||||
formRows = isFormDataEmpty
|
||||
? [
|
||||
kFormDataEmptyModel,
|
||||
|
Reference in New Issue
Block a user