Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed Jan 22, 2024
1 parent 72598d4 commit 0b9b4c8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ export default function BlogPostCreate() {
<span style={{ color: "red" }}>
{(errors as any)?.category?.id?.message as string}
</span>
<label>
</label>
<label>
<span style={{ marginRight: "8px" }}>Status</span>
<select
defaultValue={<%- blogPostStatusDefaultValue %>}
Expand Down

0 comments on commit 0b9b4c8

Please sign in to comment.