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:
@@ -157,7 +157,8 @@ useCodemirror(
|
||||
const { copyIcon, copyResponse } = useCopyResponse(responseString)
|
||||
const { downloadIcon, downloadResponse } = useDownloadResponse(
|
||||
"application/json",
|
||||
responseString
|
||||
responseString,
|
||||
t("filename.graphql_response")
|
||||
)
|
||||
|
||||
defineActionHandler(
|
||||
|
||||
Reference in New Issue
Block a user