Update frontend/src/pages/org/crawl-detail.ts

This commit is contained in:
sua yoo 2023-03-06 08:37:18 -08:00 committed by GitHub
parent 7e1276fd0d
commit a112f467b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,8 +302,8 @@ export class CrawlDetail extends LiteElement {
}: { }: {
section: SectionName; section: SectionName;
label: any; label: any;
iconLibrary: any; iconLibrary: "app" | "default";
icon: any; icon: string;
}) => { }) => {
const isActive = section === this.sectionName; const isActive = section === this.sectionName;
return html` return html`