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:
@@ -187,8 +187,9 @@ function saveCookieChange() {
|
||||
|
||||
const { copyIcon, copyResponse } = useCopyResponse(rawCookieString)
|
||||
const { downloadIcon, downloadResponse } = useDownloadResponse(
|
||||
"",
|
||||
rawCookieString
|
||||
"text/plain",
|
||||
rawCookieString,
|
||||
t("filename.cookie_key_value_pairs")
|
||||
)
|
||||
|
||||
function clearContent() {
|
||||
|
||||
Reference in New Issue
Block a user