Skip to content

Commit ce33333

Browse files
committed
fix: lint
1 parent 2719444 commit ce33333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webui/src/client/lib/Components/Base64ImageInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function Base64ImageInputControl({
2929
handleUpdate(reader.result as string)
3030
}
3131
reader.onerror = (error) => {
32-
console.error('Error reading file:', error)
32+
console.error('Error reading file:', error)
3333
}
3434
},
3535
[handleUpdate]

0 commit comments

Comments
 (0)