mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed lint issues
no issue
This commit is contained in:
parent
2e9a3736e2
commit
18c54c40c2
2 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ Router.map(function () {
|
|||
this.route('settings.integrations.zapier', {path: '/settings/integrations/zapier'});
|
||||
|
||||
this.route('settings.navigation', {path: '/settings/navigation'});
|
||||
this.route('settings.labs', {path: '/settings/labs'}, function() {
|
||||
this.route('settings.labs', {path: '/settings/labs'}, function () {
|
||||
this.route('import');
|
||||
});
|
||||
// this.route('settings.labs.import', {path: '/settings/labs/import'});
|
||||
|
|
|
@ -8,7 +8,7 @@ export default class LabsImportRoute extends AdminRoute {
|
|||
|
||||
importModal = null;
|
||||
|
||||
setupController(controller, model) {
|
||||
setupController() {
|
||||
this.importModal?.close();
|
||||
|
||||
this.importModal = this.modals.open(ImportContentModal, {}, {
|
||||
|
|
Loading…
Add table
Reference in a new issue