mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
FIX: enable "remove tags" button only when tagging is enabled (#10957)
UX: remove tags button does not qualify to be a danger button
This commit is contained in:
parent
501f64d859
commit
6051a3da68
@ -70,7 +70,8 @@ addBulkButton("showAppendTagTopics", "append_tags", {
|
||||
});
|
||||
addBulkButton("removeTags", "remove_tags", {
|
||||
icon: "tag",
|
||||
class: "btn-danger",
|
||||
class: "btn-default",
|
||||
enabledSetting: "tagging_enabled",
|
||||
});
|
||||
addBulkButton("deleteTopics", "delete", {
|
||||
icon: "trash-alt",
|
||||
|
Loading…
x
Reference in New Issue
Block a user