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