mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-03 08:45:40 +02:00
Adding the title prop to the default gallery view visible properties
This commit is contained in:
parent
bbf10858a8
commit
b7a14ac838
@ -132,6 +132,7 @@ export class ViewMenu extends React.PureComponent<Props> {
|
||||
view.viewType = 'gallery'
|
||||
view.parentId = board.id
|
||||
view.rootId = board.rootId
|
||||
view.visiblePropertyIds = [Constants.titleColumnId]
|
||||
|
||||
const oldViewId = boardTree.activeView.id
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user