Fixed problem with adding new contact on desktop (#5492)
This commit is contained in:
parent
329c360a40
commit
edd87192d0
|
@ -16,7 +16,7 @@
|
|||
(views/defview new-contact []
|
||||
(views/letsubs [new-contact-identity [:get :contacts/new-identity]
|
||||
contacts [:all-added-people-contacts]
|
||||
chat-error [:new-contact-error-message]
|
||||
chat-error [:new-identity-error]
|
||||
topic [:get :public-group-topic]
|
||||
topic-error [:new-topic-error-message]
|
||||
account [:get-current-account]
|
||||
|
|
Loading…
Reference in New Issue