mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-01 18:30:16 +01:00
🚨
This commit is contained in:
parent
ccf6ab6ef2
commit
80252ec1b0
5 changed files with 21 additions and 21 deletions
|
|
@ -170,7 +170,7 @@ export const genCellValue = (colType: TAVCol, value: string | any) => {
|
|||
}
|
||||
};
|
||||
} else if (colType === "date") {
|
||||
const dateObj = dayjs(value)
|
||||
const dateObj = dayjs(value);
|
||||
if (isNaN(dateObj.valueOf())) {
|
||||
cellValue = {
|
||||
type: colType,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue