Update variable names in App.jsx

This commit is contained in:
2026-04-17 08:38:58 +02:00
parent 950a00d84e
commit 6d1a8788fa

View File

@@ -570,7 +570,7 @@ export default function App() {
if (!incoming.length) {
return
}
if (!selectedModelSupportsVision) {
if (!selectedVisionModelSupportsVision) {
return
}
@@ -618,7 +618,7 @@ export default function App() {
}
function openImagePicker() {
if (!selectedModelSupportsVision) {
if (!selectedVisionModelSupportsVision) {
return
}
imageInputRef.current?.click()