fix edit channel topbar

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
andrey 2021-08-27 11:53:41 +02:00
parent 5d66abdbd4
commit 905a9d8c9a
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
[status-im.i18n.i18n :as i18n]
[status-im.ui.components.toolbar :as toolbar]
[status-im.communities.core :as communities]
[status-im.ui.components.topbar :as topbar]
[status-im.utils.debounce :as debounce]
[status-im.utils.handlers :refer [<sub]]
[status-im.ui.screens.communities.create-channel :as create-channel]))
@ -16,7 +15,6 @@
(let [{:keys [name]} (<sub [:communities/create-channel])]
(fn []
[:<>
[topbar/topbar {:title (i18n/label :t/edit-channel-title)}]
[create-channel/form]
[toolbar/toolbar
{:show-border? true

View File

@ -285,6 +285,7 @@
:options {:topBar {:visible false}}
:component communities.channel-details/view}
{:name :edit-community-channel
:options {:topBar {:title {:text (i18n/label :t/edit-channel-title)}}}
:insets {:bottom true}
:component edit-channel/view}
{:name :contact-toggle-list