fix create time
This commit is contained in:
parent
60140c5132
commit
b3f2a77363
|
|
@ -246,6 +246,7 @@ export default function EditArticleForm(props: { isDetail: boolean }) {
|
|||
tags: values.tags.join(","),
|
||||
description: htmlToString(values.description),
|
||||
htmlDescription: values.description,
|
||||
createdAt: `${startDateValue} ${timeValue}:00`,
|
||||
};
|
||||
const response = await updateArticle(String(id), formData);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue