mirror of
https://github.com/discourse/discourse.git
synced 2025-02-14 15:24:57 +00:00
8 lines
244 B
JavaScript
8 lines
244 B
JavaScript
import Component from "@ember/component";
|
|
export default Component.extend({
|
|
layoutName: "select-kit/templates/components/topic-notifications-button",
|
|
classNames: "topic-notifications-button",
|
|
showFullTitle: true,
|
|
appendReason: true
|
|
});
|