use backout mode on publish page
This commit is contained in:
parent
7d8277b4db
commit
23f218a568
1 changed files with 8 additions and 1 deletions
|
@ -20,7 +20,14 @@ function PublishPage(props: Props) {
|
|||
}
|
||||
|
||||
return (
|
||||
<Page>
|
||||
<Page
|
||||
noFooter
|
||||
noSideNavigation
|
||||
backout={{
|
||||
title: __('Upload'),
|
||||
backLabel: __('Back'),
|
||||
}}
|
||||
>
|
||||
{balance === 0 && <YrblWalletEmpty />}
|
||||
<PublishForm scrollToTop={scrollToTop} disabled={balance === 0} />
|
||||
</Page>
|
||||
|
|
Loading…
Reference in a new issue