chore(lint): resolve remaining warnings and ignore generated convex artifacts

This commit is contained in:
2026-04-03 19:41:34 +02:00
parent 0173d5c604
commit 8ed9adf6f8
5 changed files with 4 additions and 4 deletions

View File

@@ -158,7 +158,7 @@ export default function AiImageNode({
} finally {
setIsGenerating(false);
}
}, [isLoading, syncStatus.isOffline, nodeData, id, getEdges, getNode, generateImage]);
}, [isLoading, syncStatus.isOffline, nodeData, id, getEdges, getNode, generateImage, t]);
const modelName =
getModel(nodeData.model ?? DEFAULT_MODEL_ID)?.name ?? "AI";