Remove back button from bookmarks, favourites and lists screens in web UI (#26126)
This commit is contained in:
		
					parent
					
						
							
								cfd50f30bb
							
						
					
				
			
			
				commit
				
					
						5e8cbb5f82
					
				
			
		
					 3 changed files with 1 additions and 3 deletions
				
			
		|  | @ -86,7 +86,6 @@ class Bookmarks extends ImmutablePureComponent { | ||||||
|           onClick={this.handleHeaderClick} |           onClick={this.handleHeaderClick} | ||||||
|           pinned={pinned} |           pinned={pinned} | ||||||
|           multiColumn={multiColumn} |           multiColumn={multiColumn} | ||||||
|           showBackButton |  | ||||||
|         /> |         /> | ||||||
| 
 | 
 | ||||||
|         <StatusList |         <StatusList | ||||||
|  |  | ||||||
|  | @ -86,7 +86,6 @@ class Favourites extends ImmutablePureComponent { | ||||||
|           onClick={this.handleHeaderClick} |           onClick={this.handleHeaderClick} | ||||||
|           pinned={pinned} |           pinned={pinned} | ||||||
|           multiColumn={multiColumn} |           multiColumn={multiColumn} | ||||||
|           showBackButton |  | ||||||
|         /> |         /> | ||||||
| 
 | 
 | ||||||
|         <StatusList |         <StatusList | ||||||
|  |  | ||||||
|  | @ -65,7 +65,7 @@ class Lists extends ImmutablePureComponent { | ||||||
| 
 | 
 | ||||||
|     return ( |     return ( | ||||||
|       <Column bindToDocument={!multiColumn} label={intl.formatMessage(messages.heading)}> |       <Column bindToDocument={!multiColumn} label={intl.formatMessage(messages.heading)}> | ||||||
|         <ColumnHeader title={intl.formatMessage(messages.heading)} icon='list-ul' multiColumn={multiColumn} showBackButton /> |         <ColumnHeader title={intl.formatMessage(messages.heading)} icon='list-ul' multiColumn={multiColumn} /> | ||||||
| 
 | 
 | ||||||
|         <NewListForm /> |         <NewListForm /> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue