1
0
Fork 0
discourse-custom-wizard-unl.../assets/javascripts/discourse/components/wizard-custom-step.js.es6

7 Zeilen
171 B
Text

2017-09-23 04:34:07 +02:00
export default Ember.Component.extend({
classNames: 'wizard-custom-step',
2017-10-06 04:59:02 +02:00
currentField: null,
currentAction: null,
2017-10-17 09:18:53 +02:00
disableId: Ember.computed.not('step.isNew')
2017-09-23 04:34:07 +02:00
});