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
ab700a16
Commit
ab700a16
authored
Jun 23, 2024
by
Timothy J. Baek
Browse files
refac: all valves input should be required
parent
0cf936f9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/lib/components/chat/Settings/Valves.svelte
src/lib/components/chat/Settings/Valves.svelte
+1
-1
src/lib/components/workspace/ValvesModal.svelte
src/lib/components/workspace/ValvesModal.svelte
+1
-1
No files found.
src/lib/components/chat/Settings/Valves.svelte
View file @
ab700a16
...
...
@@ -211,7 +211,7 @@
placeholder={valvesSpec.properties[property].title}
bind:value={valves[property]}
autocomplete="off"
required
={(valvesSpec?.required ?? []).includes(property)}
required
/>
</div>
</div>
...
...
src/lib/components/workspace/ValvesModal.svelte
View file @
ab700a16
...
...
@@ -149,7 +149,7 @@
placeholder={valvesSpec.properties[property].title}
bind:value={valves[property]}
autocomplete="off"
required
={(valvesSpec?.required ?? []).includes(property)}
required
/>
</div>
</div>
...
...
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