fix: correct link to crawlilng defaults
This commit is contained in:
parent
eb2dab8ae0
commit
e4107d0e76
@ -196,7 +196,7 @@ export class WorkflowsList extends LiteElement {
|
|||||||
this.appState.isAdmin,
|
this.appState.isAdmin,
|
||||||
() =>
|
() =>
|
||||||
html` <sl-icon-button
|
html` <sl-icon-button
|
||||||
href=${`${this.orgBasePath}/settings/crawling`}
|
href=${`${this.orgBasePath}/settings/crawling-defaults`}
|
||||||
class="size-8 text-lg"
|
class="size-8 text-lg"
|
||||||
name="gear"
|
name="gear"
|
||||||
label=${msg("Edit org crawling settings")}
|
label=${msg("Edit org crawling settings")}
|
||||||
|
Loading…
Reference in New Issue
Block a user