1
0
mirror of https://github.com/foss42/apidash.git synced 2025-06-29 20:37:12 +08:00

Minor updates

This commit is contained in:
Ankit Mahato
2023-03-08 23:45:03 +05:30
parent 618a9f126f
commit c99bd771b9
4 changed files with 10 additions and 5 deletions

@ -28,7 +28,7 @@ class _RequestEditorPaneState extends ConsumerState<RequestEditorPane> {
return Padding(
padding: const EdgeInsets.all(8),
child: Column(
children: [
children: const [
EditorPaneRequestURLCard(),
SizedBox(
height: 10,