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;
|
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`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user