add contract pdf generation
This commit is contained in:
@@ -16,6 +16,7 @@ export function FormCard({form}: FormCardProps) {
|
||||
<Box
|
||||
component={Link}
|
||||
to={`/form/${form.id}`}
|
||||
style={{textDecoration: "none", color: "black"}}
|
||||
>
|
||||
<Group justify="space-between" wrap="nowrap">
|
||||
<Title
|
||||
|
||||
Reference in New Issue
Block a user