mirror of
https://github.com/foss42/apidash.git
synced 2025-06-29 20:37:12 +08:00
Modified Show Code to View Code
This commit is contained in:
@ -61,7 +61,7 @@ class _EditRequestPaneState extends ConsumerState<EditRequestPane>
|
|||||||
),
|
),
|
||||||
label: SizedBox(
|
label: SizedBox(
|
||||||
width: 75,
|
width: 75,
|
||||||
child: Text(codePaneVisible ? "Hide Code" : "Show Code"),
|
child: Text(codePaneVisible ? "Hide Code" : "View Code"),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user