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

Reverted a formatting change

Dieser Commit ist enthalten in:
Faizaan Gagan 2020-12-08 13:41:45 +05:30
Ursprung e12faad1f5
Commit 9c6f6d0db2

Datei anzeigen

@ -8,7 +8,7 @@ import { popupAjaxError } from 'discourse/lib/ajax-error';
const CustomWizard = EmberObject.extend({ const CustomWizard = EmberObject.extend({
save(opts) { save(opts) {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
let wizard = this.buildJson(this, 'wizard'); let wizard = this.buildJson(this, 'wizard');
if (wizard.error) { if (wizard.error) {