chore: Update the filter for articles in the widget (#7961)

This commit is contained in:
Pranav Raj S
2023-09-21 19:40:46 +05:30
committed by GitHub
parent 018c468303
commit c16b801562
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -98,6 +98,7 @@ const getMostReadArticles = (slug, locale) => ({
params: {
page: 1,
sort: 'views',
status: 1,
},
});