Skip to content

Commit b3b94b5

Browse files
Mary Hipppsychedelicious
authored andcommitted
use correct prop
1 parent 5c9787c commit b3b94b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/app/components/InvokeAIUI.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const InvokeAIUI = ({
5151
}
5252

5353
// configure API client project header
54-
if (apiUrl) {
54+
if (projectId) {
5555
$projectId.set(projectId);
5656
}
5757

0 commit comments

Comments
 (0)