diff --git a/src/front/Components/Layouts/Folder/FolderInformation/ClientView/DocumentTables/index.tsx b/src/front/Components/Layouts/Folder/FolderInformation/ClientView/DocumentTables/index.tsx index e464a324..e52b7adf 100644 --- a/src/front/Components/Layouts/Folder/FolderInformation/ClientView/DocumentTables/index.tsx +++ b/src/front/Components/Layouts/Folder/FolderInformation/ClientView/DocumentTables/index.tsx @@ -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[],