setup wizard improvements

This commit is contained in:
Matt Hill
2021-11-01 22:43:00 -06:00
committed by Aiden McClelland
parent db9d18766c
commit 305f3d8bcc
17 changed files with 124 additions and 71 deletions

View File

@@ -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