mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 06:01:56 +08:00
Fix Stream function code being shown when renaming discussion (#2693)
This commit is contained in:
parent
9fffb8ec1a
commit
386f3d3db1
|
@ -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