Skip to content

Commit

Permalink
Merge branch 'fetch-title'
Browse files Browse the repository at this point in the history
  • Loading branch information
sharunkumar committed Oct 24, 2023
2 parents 69810fb + c1dd10f commit c7b63b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/post/new/PostEditorRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ export default function PostEditorRoot({
<IonItem>
<IonInputTitle
value={title}
clearInput
onIonInput={(e) => setTitle(e.detail.value ?? "")}
placeholder="Title"
counter
Expand Down

0 comments on commit c7b63b5

Please sign in to comment.