Skip to content

Commit dcae12c

Browse files
committed
set default value
1 parent 7624a4b commit dcae12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/SeedControl.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const SeedControl = ({ value, onChange }: SeedControlProps) => {
4242
if (!isChecked) {
4343
setInputValue("")
4444
} else {
45-
setInputValue(value?.toString() ?? "")
45+
setInputValue(value?.toString() ?? "42")
4646
}
4747
}
4848

0 commit comments

Comments
 (0)