10 lines
193 B
JavaScript
10 lines
193 B
JavaScript
export default Ember.Component.extend({
|
|
layoutName: "components/topic-notifications-button",
|
|
|
|
classNames: ["topic-notifications-button"],
|
|
|
|
showFullTitle: true,
|
|
|
|
appendReason: true,
|
|
});
|