feat(filename): added filename in download functional (#4329)
Co-authored-by: Dmitry Mukovkin <d.mukovkin@cft.ru> Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
@@ -354,7 +354,10 @@ const filterResponseError = computed(() =>
|
||||
const { copyIcon, copyResponse } = useCopyResponse(jsonBodyText)
|
||||
const { downloadIcon, downloadResponse } = useDownloadResponse(
|
||||
"application/json",
|
||||
jsonBodyText
|
||||
jsonBodyText,
|
||||
t("filename.lens", {
|
||||
request_name: props.response.req.name,
|
||||
})
|
||||
)
|
||||
|
||||
// Template refs
|
||||
|
||||
Reference in New Issue
Block a user