mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
Update request_body.dart
This commit is contained in:
@ -45,7 +45,6 @@ class EditRequestBody extends ConsumerWidget {
|
|||||||
child: switch (contentType) {
|
child: switch (contentType) {
|
||||||
ContentType.formdata =>
|
ContentType.formdata =>
|
||||||
const Padding(padding: kPh4, child: FormDataWidget()),
|
const Padding(padding: kPh4, child: FormDataWidget()),
|
||||||
// TODO: Fix JsonTextFieldEditor & plug it here
|
|
||||||
ContentType.json => Padding(
|
ContentType.json => Padding(
|
||||||
padding: kPt5o10,
|
padding: kPt5o10,
|
||||||
child: JsonTextFieldEditor(
|
child: JsonTextFieldEditor(
|
||||||
|
Reference in New Issue
Block a user