mirror of
https://github.com/status-im/status-react.git
synced 2025-02-17 05:16:46 +00:00
Account permissions component malli schema fix (#18770)
This commit is contained in:
parent
e381998b19
commit
d78d7719cd
@ -12,7 +12,7 @@
|
|||||||
[:address [:maybe :string]]
|
[:address [:maybe :string]]
|
||||||
[:emoji [:maybe :string]]
|
[:emoji [:maybe :string]]
|
||||||
[:customization-color {:optional true} [:maybe :schema.common/customization-color]]]]
|
[:customization-color {:optional true} [:maybe :schema.common/customization-color]]]]
|
||||||
[:token-details {:optional true} [:maybe [:vector required-tokens/?schema]]]
|
[:token-details {:optional true} [:maybe [:sequential required-tokens/?schema]]]
|
||||||
[:keycard? {:optional true} [:maybe :boolean]]
|
[:keycard? {:optional true} [:maybe :boolean]]
|
||||||
[:checked? {:optional true} [:maybe :boolean]]
|
[:checked? {:optional true} [:maybe :boolean]]
|
||||||
[:disabled? {:optional true} [:maybe :boolean]]
|
[:disabled? {:optional true} [:maybe :boolean]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user