Skip to content

Commit

Permalink
chore: add missing chainEnd attribute in display component on next ac…
Browse files Browse the repository at this point in the history
…tions page.tsx
  • Loading branch information
maxitect committed Dec 12, 2024
1 parent 56f07a0 commit 2845a66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/needs/next-actions/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default function NextActionsPage() {
relatedTable="next_actions"
filterKey={"selectedExpiry" as keyof RxDocumentData<Base>}
highlight={false}
chainEnd={0}
/>
</>
);
Expand Down

0 comments on commit 2845a66

Please sign in to comment.