mirror of
https://github.com/flarum/core.git
synced 2025-01-17 22:29:15 +01: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;
|
this.loading = true;
|
||||||
|
|
||||||
const title = this.newTitle;
|
const title = this.newTitle();
|
||||||
const currentTitle = this.currentTitle;
|
const currentTitle = this.currentTitle;
|
||||||
|
|
||||||
// If the title is different to what it was before, then save it. After the
|
// If the title is different to what it was before, then save it. After the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user