diff --git a/apps/web/src/components/(dashboard)/table/actions-component.tsx b/apps/web/src/components/(dashboard)/table/actions-component.tsx index 47fc89f2e..05402b111 100644 --- a/apps/web/src/components/(dashboard)/table/actions-component.tsx +++ b/apps/web/src/components/(dashboard)/table/actions-component.tsx @@ -8,22 +8,19 @@ export function ActionButtons({ documentId }: { documentId: number }) { return (
{ console.log('Edit Document with id: ', documentId); }} /> { console.log('Download Document with id: ', documentId); }} /> { console.log('Delete Document with id: ', documentId); }}