Skip to content

Commit

Permalink
fix(ui): proposal created event name
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Nov 30, 2023
1 parent 5ee8bbb commit baa9acb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/polite-wolves-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@personalhealthtrain/client-ui": patch
---

fix ui proposal event handler
2 changes: 1 addition & 1 deletion packages/client-ui/pages/proposals/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default defineNuxtComponent({
/>
</div>
<div class="content-container">
<NuxtPage @craeted="handleCreated" />
<NuxtPage @created="handleCreated" />
</div>
</div>
</div>
Expand Down

0 comments on commit baa9acb

Please sign in to comment.