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