mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
setup wizard improvements
This commit is contained in:
committed by
Aiden McClelland
parent
db9d18766c
commit
305f3d8bcc
@@ -8,7 +8,7 @@ import { getErrorMessage } from 'src/app/services/error-toast.service'
|
||||
styleUrls: ['./generic-input.component.scss'],
|
||||
})
|
||||
export class GenericInputComponent {
|
||||
@ViewChild('mainInput', { static: false }) elem: IonInput
|
||||
@ViewChild('mainInput') elem: IonInput
|
||||
@Input() title: string
|
||||
@Input() message: string
|
||||
@Input() warning: string
|
||||
|
||||
Reference in New Issue
Block a user