mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
ui: rename dev-notes to notes
This commit is contained in:
committed by
Aiden McClelland
parent
79604182c8
commit
537f2d91b8
@@ -7,7 +7,7 @@ import { capitalizeFirstLetter } from 'src/app/util/misc.util'
|
||||
import { CompleteComponent } from './complete/complete.component'
|
||||
import { DependenciesComponent } from './dependencies/dependencies.component'
|
||||
import { DependentsComponent } from './dependents/dependents.component'
|
||||
import { DeveloperNotesComponent } from './notes/notes.component'
|
||||
import { NotesComponent } from './notes/notes.component'
|
||||
import { Colorable, Loadable } from './loadable'
|
||||
import { WizardAction } from './wizard-types'
|
||||
|
||||
@@ -89,7 +89,6 @@ export class InstallWizardComponent extends Cleanup implements OnInit {
|
||||
this.slideContainer.slideNext(500),
|
||||
])
|
||||
await this.slideContainer.lockSwipes(true)
|
||||
// this.slideContainer.update()
|
||||
})
|
||||
}
|
||||
}
|
||||
@@ -117,7 +116,7 @@ export type SlideDefinition = SlideCommon & (
|
||||
params: CompleteComponent['params']
|
||||
} | {
|
||||
selector: 'notes',
|
||||
params: DeveloperNotesComponent['params']
|
||||
params: NotesComponent['params']
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user