Update frontend/src/pages/org/crawl-detail.ts
This commit is contained in:
parent
7e1276fd0d
commit
a112f467b3
@ -302,8 +302,8 @@ export class CrawlDetail extends LiteElement {
|
||||
}: {
|
||||
section: SectionName;
|
||||
label: any;
|
||||
iconLibrary: any;
|
||||
icon: any;
|
||||
iconLibrary: "app" | "default";
|
||||
icon: string;
|
||||
}) => {
|
||||
const isActive = section === this.sectionName;
|
||||
return html`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user