Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
6 Zeilen
171 B
JavaScript
6 Zeilen
171 B
JavaScript
export default Ember.Component.extend({
|
|
classNames: 'wizard-custom-step',
|
|
currentField: null,
|
|
currentAction: null,
|
|
disableId: Ember.computed.not('step.isNew')
|
|
});
|