mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
Fix invalid schemas (#19548)
* fix: account selection invalid schema definition * fix: token-input invalid schema definition
This commit is contained in:
parent
32098d2548
commit
5fba1dbfa3
@ -5,8 +5,8 @@
|
|||||||
[:catn
|
[:catn
|
||||||
[:props
|
[:props
|
||||||
[:map
|
[:map
|
||||||
[:token {:optional true} [:maybe :string :keyword]]
|
[:token {:optional true} [:maybe [:or :string :keyword]]]
|
||||||
[:currency {:optional true} [:maybe :string :keyword]]
|
[:currency {:optional true} [:maybe [:or :string :keyword]]]
|
||||||
[:error? {:optional true} [:maybe :boolean]]
|
[:error? {:optional true} [:maybe :boolean]]
|
||||||
[:title {:optional true} [:maybe :string]]
|
[:title {:optional true} [:maybe :string]]
|
||||||
[:conversion {:optional true} [:maybe :double]]
|
[:conversion {:optional true} [:maybe :double]]
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
[:cat
|
[:cat
|
||||||
[:map {:closed true}
|
[:map {:closed true}
|
||||||
[:community-id string?]
|
[:community-id string?]
|
||||||
[:password [:maybe [:or string? object?]]]
|
[:password [:maybe [:or string? security/?masked-password]]]
|
||||||
[:pub-key string?]
|
[:pub-key string?]
|
||||||
[:addresses-to-reveal
|
[:addresses-to-reveal
|
||||||
[:or [:set string?]
|
[:or [:set string?]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user