forked from React-Group/interstellar_ai
Patrick you deleted a type while trying to fix it
This commit is contained in:
parent
f5a9f2e1f5
commit
799794e123
1 changed files with 1 additions and 0 deletions
|
@ -577,6 +577,7 @@ const Settings: React.FC<{ closeSettings: () => void; accountName: string }> = (
|
|||
label="New Name"
|
||||
value={newName}
|
||||
setValue={setNewName}
|
||||
type="text"
|
||||
placeholder={localStorage.getItem("accountName") || "Current Name"} // Show current name or a default
|
||||
/>
|
||||
<TextSettings
|
||||
|
|
Loading…
Reference in a new issue