1
0
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:
Jesús Espino 2021-04-08 11:32:28 +02:00
parent bbf10858a8
commit b7a14ac838

View File

@ -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