mirror of
https://github.com/flarum/core.git
synced 2025-07-17 14:51:19 +02:00
Fix Stream function code being shown when renaming discussion (#2693)
This commit is contained in:
committed by
GitHub
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
|
||||
|
Reference in New Issue
Block a user