Skip to content

Commit

Permalink
fix: 修复文章创建问题
Browse files Browse the repository at this point in the history
  • Loading branch information
huayemao committed Jun 21, 2024
1 parent c0d8d30 commit 215cf1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/PostEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ export function PostEditor({ post }: PostEditorProps) {
))}
</BaseSelect>
<input
form="post_form"
className="hidden"
name="category_id"
id="category_id"
Expand Down

0 comments on commit 215cf1a

Please sign in to comment.