0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 15:51:11 +02:00
discourse-custom-wizard/assets/javascripts/discourse/components/field-validators.js.es6

10 Zeilen
178 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({
actions: {
perform() {
this.appEvents.trigger("custom-wizard:validate");
2021-01-30 18:46:04 +01:00
},
},
});