Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
d3160166
Commit
d3160166
authored
Jun 20, 2024
by
sihuangwlp
Browse files
Complete missing commas
parent
bec04279
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lib/components/admin/Settings/Images.svelte
src/lib/components/admin/Settings/Images.svelte
+1
-1
No files found.
src/lib/components/admin/Settings/Images.svelte
View file @
d3160166
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
}
}
} else {
} else {
const res = await updateImageGenerationEngineUrls(localStorage.token, {
const res = await updateImageGenerationEngineUrls(localStorage.token, {
AUTOMATIC1111_BASE_URL: AUTOMATIC1111_BASE_URL
AUTOMATIC1111_BASE_URL: AUTOMATIC1111_BASE_URL
,
AUTOMATIC1111_API_AUTH: AUTOMATIC1111_API_AUTH
AUTOMATIC1111_API_AUTH: AUTOMATIC1111_API_AUTH
}).catch((error) => {
}).catch((error) => {
toast.error(error);
toast.error(error);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment