FEATURE: Adds back button to theme editor (#11416)

This commit is contained in:
Joe
2020-12-08 07:54:44 +08:00
committed by GitHub
parent 70741766cb
commit 5ab6ef9765
3 changed files with 51 additions and 3 deletions

View File

@ -64,5 +64,9 @@ export default Controller.extend({
}
}
},
goBack() {
this.replaceRoute(this.showRouteName, this.model.id);
},
},
});