From 7540ede8974b6b26e46f2f74b3a94da1eb873d14 Mon Sep 17 00:00:00 2001 From: IanM <16573496+imorland@users.noreply.github.com> Date: Sat, 28 Sep 2024 08:54:03 +0100 Subject: [PATCH] feat: allow modifying the discussion title on PostsUserPage (#4031) --- framework/core/js/src/forum/components/PostsUserPage.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/framework/core/js/src/forum/components/PostsUserPage.tsx b/framework/core/js/src/forum/components/PostsUserPage.tsx index 920a99ec5d..2707ede865 100644 --- a/framework/core/js/src/forum/components/PostsUserPage.tsx +++ b/framework/core/js/src/forum/components/PostsUserPage.tsx @@ -70,7 +70,7 @@ export default class PostsUserPage extends UserPage {