fixed SVG icons in tab headers - fixes #5926

This commit is contained in:
Eugene Pankov
2022-03-12 18:31:21 +01:00
parent d4fb56b30b
commit 90becada86
12 changed files with 57 additions and 34 deletions

View File

@@ -84,8 +84,4 @@ export class SelectorModalComponent<T> {
close (): void {
this.modalInstance.dismiss()
}
iconIsSVG (icon?: string): boolean {
return icon?.startsWith('<') ?? false
}
}