1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +02:00

Use template name when creating boards from templates

This commit is contained in:
Chen-I Lim 2020-12-11 11:47:22 -08:00
parent ab6068fe34
commit 967933b7a9

View File

@ -558,7 +558,6 @@ class Mutator {
newBoard.title = 'New board template'
} else {
// Board from template
newBoard.title = ''
}
newBoard.isTemplate = asTemplate
await this.insertBlocks(