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:
parent
648838c2f1
commit
d1c8d4a1db
1 changed files with 0 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue