Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2025-02-16 17:57:01 +01:00
fixed formatting for field-validators component
Dieser Commit ist enthalten in:
Ursprung
b74526ae4f
Commit
3de3ea44d0
1 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
|
@ -3,7 +3,7 @@ import { observes } from "discourse-common/utils/decorators";
|
|||
export default Component.extend({
|
||||
actions: {
|
||||
perform() {
|
||||
this.appEvents.trigger('custom-wizard:validate');
|
||||
}
|
||||
this.appEvents.trigger("custom-wizard:validate");
|
||||
},
|
||||
},
|
||||
});
|
Laden …
Tabelle hinzufügen
In neuem Issue referenzieren