Skip to content
Snippets Groups Projects
Commit c9ea9904 authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

63669: Hide return button on community metadata edit

parent ac68893f
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment