0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 07:41:11 +02:00
discourse-custom-wizard/assets/javascripts/discourse/components/wizard-custom-action.js.es6

5 Zeilen
155 B
Text

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