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

12 Zeilen
241 B
Text

2021-01-26 09:05:10 +01:00
import Component from "@ember/component";
2022-03-16 12:33:34 +01:00
2021-01-26 09:05:10 +01:00
export default Component.extend({
2022-06-15 08:59:09 +02:00
layoutName: "wizard/templates/components/field-validators",
2022-03-16 12:33:34 +01:00
actions: {
perform() {
this.appEvents.trigger("custom-wizard:validate");
2021-01-30 18:46:04 +01:00
},
},
});