feat: add update and delete functionality for courses, events, and species; enhance attendance tracking and category creation
This commit is contained in:
@@ -63,6 +63,7 @@ export default async function SpeciesPage({ params, searchParams }: Props) {
|
||||
page={page}
|
||||
pageSize={50}
|
||||
account={account}
|
||||
accountId={acct.id}
|
||||
/>
|
||||
</CmsPageShell>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user