mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 14:34:59 +08:00
minor fix to post admin menu button class
This commit is contained in:
parent
ae47bcb269
commit
5faf074e61
@ -30,7 +30,7 @@ export function buildManageButtons(attrs, currentUser, siteSettings) {
|
||||
if (currentUser.staff) {
|
||||
contents.push({
|
||||
icon: "list",
|
||||
className: "btn-default",
|
||||
className: "popup-menu-button moderation-history",
|
||||
label: "review.moderation_history",
|
||||
url: `/review?topic_id=${attrs.topicId}&status=all`
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user