Skip to content

Commit

Permalink
fix: category getter in ManagePostListView
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Feb 4, 2024
1 parent 19eaecc commit ca24fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/manage-posts/list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ export const ManagePostListView = defineComponent({
})
Object.defineProperty(i, 'category', {
get() {
return i
return cur
},

enumerable: false,
Expand Down

0 comments on commit ca24fce

Please sign in to comment.