We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbec6a1 commit 22021e7Copy full SHA for 22021e7
1 file changed
apps/obsidian/src/components/GeneralSettings.tsx
@@ -334,6 +334,7 @@ const GeneralSettings = () => {
334
<input
335
type="text"
336
value={username}
337
+ onChange={(e) => setUsername(e.target.value)}
338
onBlur={(e) => void handleSetUsername(e.target.value)}
339
/>
340
</div>
0 commit comments