63669: Hide return button on community metadata edit

This commit is contained in:
Kristof De Langhe
2019-10-07 13:43:26 +02:00
parent ac68893f6e
commit c9ea990483

View File

@@ -27,7 +27,10 @@ import { CommunityCurateComponent } from './community-curate/community-curate.co
{
path: 'metadata',
component: CommunityMetadataComponent,
data: { title: 'community.edit.tabs.metadata.title' }
data: {
title: 'community.edit.tabs.metadata.title',
hideReturnButton: true
}
},
{
path: 'roles',