Skip to content

Commit

Permalink
fix: use correct bundled apps filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mediremi committed May 31, 2021
1 parent 465d037 commit 771bbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/CoreApps/CoreApps.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const query = {
coreApps: {
resource: 'apps',
params: {
bundled: true,
filter: 'bundled:eq:true'
},
},
// TODO: Add ability to request certain app IDs to `/v2/apps` API and use
Expand Down

0 comments on commit 771bbf9

Please sign in to comment.