Merge branch 'staging' into preprod
This commit is contained in:
commit
8a91f72d1c
@ -267,7 +267,7 @@ export default function DocumentTables(props: IProps) {
|
||||
sx: { width: 107 },
|
||||
content: document.updated_at ? new Date(document.updated_at).toLocaleDateString() : "_",
|
||||
},
|
||||
actions: "",
|
||||
actions: { sx: { width: 76 }, content: "" },
|
||||
};
|
||||
})
|
||||
.filter((document) => document !== null) as IRowProps[],
|
||||
|
Loading…
x
Reference in New Issue
Block a user