TF-1074 Change name app routes

This commit is contained in:
dab246
2022-10-24 15:53:30 +07:00
committed by Dat H. Pham
parent 5dc38460c8
commit b5e0569907
23 changed files with 104 additions and 107 deletions
@@ -90,7 +90,7 @@ class EmailRulesController extends BaseController {
_openRulesFilterCreatorOverlay();
} else {
push(
AppRoutes.RULES_FILTER_CREATOR,
AppRoutes.rulesFilterCreator,
);
}
}
@@ -131,7 +131,7 @@ class EmailRulesController extends BaseController {
_openRulesFilterCreatorOverlay();
} else {
push(
AppRoutes.RULES_FILTER_CREATOR,
AppRoutes.rulesFilterCreator,
);
}
}