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