Skip to content

Commit

Permalink
fix ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
shadrach-tayo committed Dec 2, 2024
1 parent a39ea6b commit f330e9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/(auth)/communities/[id]/attestations/new/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export default function Page({
name: "",
description: "",
protected: false,
canMintDoi: false,
canUpdateOrcid: false,
communityId: params.id
}}
/>
Expand Down

0 comments on commit f330e9a

Please sign in to comment.