0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-23 01:40:29 +01:00

fixed formatting for field-validators component

Dieser Commit ist enthalten in:
Faizaan Gagan 2021-02-15 13:41:58 +05:30
Ursprung b74526ae4f
Commit 3de3ea44d0

Datei anzeigen

@ -3,7 +3,7 @@ import { observes } from "discourse-common/utils/decorators";
export default Component.extend({ export default Component.extend({
actions: { actions: {
perform() { perform() {
this.appEvents.trigger('custom-wizard:validate'); this.appEvents.trigger("custom-wizard:validate");
} },
}, },
}); });