mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 06:34:23 +08:00
1561e51a13
This reverts commit 33db93c9b2
.
8 lines
202 B
JavaScript
8 lines
202 B
JavaScript
import Route from "@ember/routing/route";
|
|
|
|
export default class AdminCustomizeEmailStyleIndexRoute extends Route {
|
|
beforeModel() {
|
|
this.replaceWith("adminCustomizeEmailStyle.edit", "html");
|
|
}
|
|
}
|