0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2025-02-19 19:07:02 +01:00
discourse-custom-wizard/assets/javascripts/discourse/components/wizard-custom-action.js.es6

5 Zeilen
155 B
Text

2017-09-23 10:34:07 +08:00
export default Ember.Component.extend({
targets: ['topic', 'profile', 'email', 'badge', 'save'],
2017-09-24 11:01:18 +08:00
isTopic: Ember.computed.equal('targets', 'topic')
2017-09-23 10:34:07 +08:00
});