mirror of
https://github.com/foss42/apidash.git
synced 2025-06-29 04:16: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(
|
||||
width: 75,
|
||||
child: Text(codePaneVisible ? "Hide Code" : "Show Code"),
|
||||
child: Text(codePaneVisible ? "Hide Code" : "View Code"),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
Reference in New Issue
Block a user