This commit is contained in:
@@ -218,7 +218,7 @@ const download = async () => {
|
||||
{
|
||||
params: {
|
||||
// path: props.parsed_at.split(" ")[0].replace("-", "/"),
|
||||
path: props.article_date.split()[0],
|
||||
path: props.article_date.split(" ")[0],
|
||||
title: props.title,
|
||||
},
|
||||
responseType: "blob",
|
||||
|
||||
Reference in New Issue
Block a user