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