1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

sweetalert tweaks

This commit is contained in:
Kyle Spearrin
2020-03-04 13:51:52 -05:00
parent 0b42d14d58
commit cc0125b920
3 changed files with 7 additions and 8 deletions

View File

@@ -213,7 +213,7 @@ export class AppComponent implements OnInit {
}
private async showDialog(msg: any) {
let iconClasses = null;
let iconClasses: string = null;
const type = msg.type;
if (type != null) {
// If you add custom types to this part, the type to SweetAlertIcon cast below needs to be changed.