0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Removed opening 'Get started' modal

This commit is contained in:
Peter Zimon 2022-02-16 15:53:27 +01:00 committed by James Morris
parent 648838c2f1
commit d1c8d4a1db

View file

@ -66,7 +66,6 @@ export default class SetupFinishingTouchesController extends Controller {
@task
*saveAndContinueTask() {
yield this.settings.save();
this.modals.open('modals/get-started');
this.router.transitionTo('home');
}
}