mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-03 01:15:41 -07:00
Webatrice: update package.json (#4590)
* update package.json * cleanup Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
co-authored by
Jeremy Letto
parent
533045445a
commit
0d0337f091
@@ -21,7 +21,7 @@ const InputAction = ({ action, label, name, validate, disabled }) => (
|
||||
|
||||
InputAction.defaultProps = {
|
||||
disabled: false,
|
||||
validate: () => true,
|
||||
validate: () => false,
|
||||
}
|
||||
|
||||
export default InputAction;
|
||||
|
||||
Reference in New Issue
Block a user