mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-05 20:56:13 -05:00
other default value + empty onChange
This commit is contained in:
parent
4b9ab64647
commit
7cb3a906b2
|
|
@ -379,8 +379,9 @@ function Abilities() {
|
|||
value={
|
||||
abilities.flat().every((a) => a !== "UNKNOWN")
|
||||
? JSON.stringify(abilities)
|
||||
: undefined
|
||||
: []
|
||||
}
|
||||
onChange={() => {}}
|
||||
required
|
||||
/>
|
||||
<AbilitiesSelector
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user