mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
Fix Stream function code being shown when renaming discussion (#2693)
This commit is contained in:
parent
1b326c496a
commit
66179f2fbd
|
@ -49,7 +49,7 @@ export default class RenameDiscussionModal extends Modal {
|
|||
|
||||
this.loading = true;
|
||||
|
||||
const title = this.newTitle;
|
||||
const title = this.newTitle();
|
||||
const currentTitle = this.currentTitle;
|
||||
|
||||
// If the title is different to what it was before, then save it. After the
|
||||
|
|
Loading…
Reference in New Issue
Block a user