FIX: Delete topicNotificationLevel from transformed post before creatingRecord in post widget (#25229)

This commit is contained in:
Mark VanLandingham 2024-01-11 10:09:30 -06:00 committed by GitHub
parent d42159babe
commit 68963e40da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -885,6 +885,7 @@ createWidget("post-article", {
delete result.shareUrl;
delete result.firstPost;
delete result.usernameUrl;
delete result.topicNotificationLevel;
result.customShare = `${topicUrl}/${p.post_number}`;
result.asPost = this.store.createRecord("post", result);