build.sh bug fixes
This commit is contained in:
@@ -100,10 +100,8 @@ export default function NewChatModal({ onClose, onCreated }) {
|
||||
<input
|
||||
className="input"
|
||||
value={name}
|
||||
onChange={e = autoComplete="new-password"> setName(e.target.value)}
|
||||
placeholder={namePlaceholder}
|
||||
autoComplete="new-password" autoCorrect="off" autoCapitalize="words" spellCheck={false}
|
||||
/>
|
||||
onChange={e => setName(e.target.value)} autoComplete="new-password" placeholder={namePlaceholder}
|
||||
autoComplete="new-password" autoCorrect="off" autoCapitalize="words" spellCheck={false} />
|
||||
</div>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user