0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00

removed unused code

Dieser Commit ist enthalten in:
Faizaan Gagan 2021-02-15 13:47:37 +05:30
Ursprung afbc4e1f57
Commit 4e12e872be

Datei anzeigen

@ -9,6 +9,7 @@ export default WizardFieldValidator.extend({
similarTopics: [], similarTopics: [],
validate() {}, validate() {},
@observes("field.value") @observes("field.value")
customValidate() { customValidate() {
const lastKeyUp = new Date(); const lastKeyUp = new Date();
@ -42,9 +43,7 @@ export default WizardFieldValidator.extend({
this.set("similarTopics", similarTopics); this.set("similarTopics", similarTopics);
}); });
}, },
init() {
this._super(...arguments);
},
actions: { actions: {
closeMessage() { closeMessage() {
this.set("showMessage", false); this.set("showMessage", false);