Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit ca24fce

Browse files
committed
fix: category getter in ManagePostListView
Signed-off-by: Innei <i@innei.in>
1 parent 19eaecc commit ca24fce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/manage-posts/list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ export const ManagePostListView = defineComponent({
310310
})
311311
Object.defineProperty(i, 'category', {
312312
get() {
313-
return i
313+
return cur
314314
},
315315

316316
enumerable: false,

0 commit comments

Comments
 (0)