Skip to content

Commit d383ec3

Browse files
Update components/hex/actions/list-projects/list-projects.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 83b02b9 commit d383ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/hex/actions/list-projects/list-projects.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default {
104104
maxResults: this.maxResults,
105105
fn: this.hex.listProjects,
106106
params: {
107-
limit: 1,
107+
params: {
108108
includeArchived: this.includeArchived,
109109
includeComponents: this.includeComponents,
110110
includeTrashed: this.includeTrashed,

0 commit comments

Comments
 (0)