Skip to content

Commit 026773d

Browse files
author
Daniel Duong
committed
fix(autorag/create): address coderabbit
1 parent bfd1df3 commit 026773d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/autorag/frontend/src/app/components/configure/AutoragConfigure.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function AutoragConfigure(): React.JSX.Element {
8484
],
8585
});
8686

87-
const { data: allModelsData } = useLlamaStackModelsQuery(String(namespace), llamaStackSecretName);
87+
const { data: allModelsData } = useLlamaStackModelsQuery(namespace ?? '', llamaStackSecretName);
8888

8989
useEffect(() => {
9090
// Initialize available generation and embedding models into the form data

0 commit comments

Comments
 (0)