Skip to content

Commit

Permalink
Restore placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonking committed Feb 26, 2025
1 parent fc8e229 commit 02b1699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/context-editor/src/components/MenuBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const ParagraphDropdown = () => {
disabled={!activeType}
>
<SelectTrigger className="w-fit border-none">
<SelectValue>
<SelectValue placeholder="Paragraph">
{activeType ? activeType.name || activeType.key : "Paragraph"}
</SelectValue>
</SelectTrigger>
Expand Down

0 comments on commit 02b1699

Please sign in to comment.