other default value + empty onChange

This commit is contained in:
DoubleCookies 2022-09-16 11:32:58 +03:00
parent 4b9ab64647
commit 7cb3a906b2

View File

@ -379,8 +379,9 @@ function Abilities() {
value={
abilities.flat().every((a) => a !== "UNKNOWN")
? JSON.stringify(abilities)
: undefined
: []
}
onChange={() => {}}
required
/>
<AbilitiesSelector