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
|
|
|
});
|