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:
parent
ab6068fe34
commit
967933b7a9
@ -558,7 +558,6 @@ class Mutator {
|
||||
newBoard.title = 'New board template'
|
||||
} else {
|
||||
// Board from template
|
||||
newBoard.title = ''
|
||||
}
|
||||
newBoard.isTemplate = asTemplate
|
||||
await this.insertBlocks(
|
||||
|
Loading…
Reference in New Issue
Block a user