🔨 fix refused document table
This commit is contained in:
parent
aedf2e0f5a
commit
ec8d07772b
@ -267,7 +267,7 @@ export default function DocumentTables(props: IProps) {
|
|||||||
sx: { width: 107 },
|
sx: { width: 107 },
|
||||||
content: document.updated_at ? new Date(document.updated_at).toLocaleDateString() : "_",
|
content: document.updated_at ? new Date(document.updated_at).toLocaleDateString() : "_",
|
||||||
},
|
},
|
||||||
actions: "",
|
actions: { sx: { width: 76 }, content: "" },
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
.filter((document) => document !== null) as IRowProps[],
|
.filter((document) => document !== null) as IRowProps[],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user