fix edit channel topbar
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
5d66abdbd4
commit
905a9d8c9a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue