Skip to content

Commit 22021e7

Browse files
committed
Devin comments, bis
1 parent fbec6a1 commit 22021e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/obsidian/src/components/GeneralSettings.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ const GeneralSettings = () => {
334334
<input
335335
type="text"
336336
value={username}
337+
onChange={(e) => setUsername(e.target.value)}
337338
onBlur={(e) => void handleSetUsername(e.target.value)}
338339
/>
339340
</div>

0 commit comments

Comments
 (0)