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 5c9787c commit b3b94b5Copy full SHA for b3b94b5
invokeai/frontend/web/src/app/components/InvokeAIUI.tsx
@@ -51,7 +51,7 @@ const InvokeAIUI = ({
51
}
52
53
// configure API client project header
54
- if (apiUrl) {
+ if (projectId) {
55
$projectId.set(projectId);
56
57
0 commit comments