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 7624a4b commit dcae12cCopy full SHA for dcae12c
webview-ui/src/components/settings/SeedControl.tsx
@@ -42,7 +42,7 @@ export const SeedControl = ({ value, onChange }: SeedControlProps) => {
42
if (!isChecked) {
43
setInputValue("")
44
} else {
45
- setInputValue(value?.toString() ?? "")
+ setInputValue(value?.toString() ?? "42")
46
}
47
48
0 commit comments