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 2719444 commit ce33333Copy full SHA for ce33333
packages/webui/src/client/lib/Components/Base64ImageInput.tsx
@@ -29,7 +29,7 @@ export function Base64ImageInputControl({
29
handleUpdate(reader.result as string)
30
}
31
reader.onerror = (error) => {
32
- console.error('Error reading file:', error)
+ console.error('Error reading file:', error)
33
34
},
35
[handleUpdate]
0 commit comments