diff --git a/desktop/src/app/atlas/atlas.component.ts b/desktop/src/app/atlas/atlas.component.ts index 1efcf7a1a..4e95d9c85 100644 --- a/desktop/src/app/atlas/atlas.component.ts +++ b/desktop/src/app/atlas/atlas.component.ts @@ -152,7 +152,7 @@ export class AtlasComponent implements OnInit, AfterContentInit, AfterViewInit, readonly satelliteSearchGroup = new Map() name? = 'Sun' - tags: { title: string, severity: string }[] = [] + tags: { title: string, severity: 'success' | 'info' | 'warning' | 'danger' }[] = [] @ViewChild('imageOfSun') private readonly imageOfSun!: ElementRef