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

9 Zeilen
245 B
Text

2021-01-26 09:05:10 +01:00
import Component from "@ember/component";
import { observes } from "discourse-common/utils/decorators";
export default Component.extend({
actions:{
perform() {
this.toggleProperty('performValidation');
}
}
});