fix: hide wip qa tab
This commit is contained in:
parent
b1e2f1b325
commit
c9c57fafee
@ -365,17 +365,18 @@ export class CrawlDetail extends LiteElement {
|
|||||||
})}
|
})}
|
||||||
${when(
|
${when(
|
||||||
this.itemType === "crawl",
|
this.itemType === "crawl",
|
||||||
() => html`
|
() => {},
|
||||||
${renderNavItem({
|
// html`
|
||||||
section: "qa",
|
// ${renderNavItem({
|
||||||
iconLibrary: "default",
|
// section: "qa",
|
||||||
icon: "clipboard2-data-fill",
|
// iconLibrary: "default",
|
||||||
label: msg("QA"),
|
// icon: "clipboard2-data-fill",
|
||||||
detail: html`
|
// label: msg("QA"),
|
||||||
<btrix-badge variant="primary">${msg("Ready")}</btrix-badge>
|
// detail: html`
|
||||||
`,
|
// <btrix-badge variant="primary">${msg("Ready")}</btrix-badge>
|
||||||
})}
|
// `,
|
||||||
`,
|
// })}
|
||||||
|
// `,
|
||||||
)}
|
)}
|
||||||
${renderNavItem({
|
${renderNavItem({
|
||||||
section: "replay",
|
section: "replay",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user