refactor: rename product to partyEvent in list page and view component

This commit is contained in:
louiscklaw
2025-06-15 17:53:47 +08:00
parent 816d88c2c1
commit 4c2a06585d
9 changed files with 106 additions and 64 deletions

View File

@@ -16,7 +16,7 @@ export default function Page() {
<>
<title>{metadata.title}</title>
<PartyEventEditView product={partyEvent} />
<PartyEventEditView partyEvent={partyEvent} />
</>
);
}