chore: Refactors help center article url helper (#8269)
This commit is contained in:
committed by
GitHub
parent
ebe9daea00
commit
23ea829510
@@ -139,8 +139,8 @@ export default {
|
||||
portalSlug: this.$route.params.portalSlug,
|
||||
locale: this.$route.params.locale,
|
||||
status: this.status,
|
||||
author_id: this.author,
|
||||
category_slug: this.selectedCategorySlug,
|
||||
authorId: this.author,
|
||||
categorySlug: this.selectedCategorySlug,
|
||||
});
|
||||
},
|
||||
onPageChange(pageNumber) {
|
||||
|
||||
Reference in New Issue
Block a user