mirror of
https://github.com/foss42/apidash.git
synced 2025-12-03 03:17:00 +08:00
Copy button for JSON & CSV previewer
This commit is contained in:
@@ -83,7 +83,8 @@ class _ResponseBodySuccessState extends State<ResponseBodySuccess> {
|
||||
},
|
||||
),
|
||||
const Spacer(),
|
||||
kCodeRawBodyViewOptions.contains(currentSeg)
|
||||
((widget.options == kPreviewRawBodyViewOptions) ||
|
||||
kCodeRawBodyViewOptions.contains(currentSeg))
|
||||
? CopyButton(
|
||||
toCopy: widget.formattedBody ?? widget.body,
|
||||
showLabel: showLabel,
|
||||
|
||||
Reference in New Issue
Block a user