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

FIX: step model name update

Dieser Commit ist enthalten in:
Angus McLeod 2022-07-29 16:32:41 +01:00
Ursprung 72a1f9f2c2
Commit 2414146fab

Datei anzeigen

@ -58,7 +58,7 @@ export default DiscourseRoute.extend({
model, model,
}); });
const stepModel = this.modelFor("step"); const stepModel = this.modelFor("custom-wizard-step");
if ( if (
model.resume_on_revisit && model.resume_on_revisit &&
model.submission_last_updated_at && model.submission_last_updated_at &&