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) {
|
||||
ContentType.formdata =>
|
||||
const Padding(padding: kPh4, child: FormDataWidget()),
|
||||
// TODO: Fix JsonTextFieldEditor & plug it here
|
||||
ContentType.json => Padding(
|
||||
padding: kPt5o10,
|
||||
child: JsonTextFieldEditor(
|
||||
|
Reference in New Issue
Block a user