chore: disable spellcheck in textarea
This commit is contained in:
@@ -63,6 +63,7 @@ export default function ConfigFirebase() {
|
||||
<Label htmlFor="desc">Private Key</Label>
|
||||
<Textarea
|
||||
rows={10}
|
||||
spellCheck={false}
|
||||
disabled={!enabled}
|
||||
data-type="private_key"
|
||||
onChange={handleChange}
|
||||
|
||||
Reference in New Issue
Block a user