mirror of
https://github.com/foss42/apidash.git
synced 2025-12-04 03:46:57 +08:00
cleanup
This commit is contained in:
@@ -136,8 +136,8 @@ class HisRequestBody extends ConsumerWidget {
|
||||
ContentType.formdata => Padding(
|
||||
padding: kPh4,
|
||||
child: RequestFormDataTable(
|
||||
rows: requestModel?.formData ?? [])),
|
||||
// TODO: Fix JsonTextFieldEditor & plug it here
|
||||
rows: requestModel?.formData ?? []),
|
||||
),
|
||||
ContentType.json => Padding(
|
||||
padding: kPt5o10,
|
||||
child: JsonTextFieldEditor(
|
||||
|
||||
Reference in New Issue
Block a user