We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b2cc1 commit 79b46e8Copy full SHA for 79b46e8
src/utils/project-selector/project-selector.ts
@@ -12,7 +12,7 @@ export async function projectSelector(apiKey: string): Promise<Response> {
12
const client = getLettaClient(apiKey);
13
const debouncedListProjects = debounceAsyncFn((args: { name?: string }) => client.projects.list({
14
...args,
15
- limit: 5,
+ limit: '5',
16
}), 500);
17
18
const response = await autocomplete({
0 commit comments