Skip to content

Commit

Permalink
MWPW-153015: activate stage urls for kb articles
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Zahler committed Jun 20, 2024
1 parent 10cd1c4 commit 2b321a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class KnowledgeBaseOverview extends PartnerCards {
constructor() {
super();
this.totalPages = 0;
this.useStageCaasEndpoint = false;
this.useStageCaasEndpoint = true;
}

static styles = [
Expand Down

0 comments on commit 2b321a8

Please sign in to comment.