Skip to content

Commit

Permalink
CLDR-17799 Forum, fix bug in last PR
Browse files Browse the repository at this point in the history
-Change postType to pi.postType in openPostOrReply
  • Loading branch information
btangmu committed Aug 6, 2024
1 parent ffe3fa3 commit 6bde72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cldr-apps/js/src/esm/cldrForum.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function openPostOrReply(pi) {
pi.value,
pi.willFlag
);
const text = prefillPostText(postType, value);
const text = prefillPostText(pi.postType, value);

openPostWindow(html, text, pi.parentPost);
}
Expand Down

0 comments on commit 6bde72c

Please sign in to comment.