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

9 Zeilen
177 B
Text

2021-01-26 13:35:10 +05:30
import Component from "@ember/component";
export default Component.extend({
actions: {
perform() {
this.appEvents.trigger("custom-wizard:validate");
2021-01-30 23:16:04 +05:30
},
},
});