Merge branch 'dev' into staging

This commit is contained in:
Max S 2024-09-17 18:25:50 +02:00
commit 3a2f6b3cdd

View File

@ -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[],