Revert "Revert lint rules in webview-ui too"

This reverts commit ab4d717211.
This commit is contained in:
Matt Rubens
2025-01-31 09:45:53 -05:00
parent a43bc8877e
commit 1496b232f5
4 changed files with 52 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ const WelcomeView = () => {
const [apiErrorMessage, setApiErrorMessage] = useState<string | undefined>(undefined)
const disableLetsGoButton = !!apiErrorMessage
const disableLetsGoButton = apiErrorMessage != null
const handleSubmit = () => {
vscode.postMessage({ type: "apiConfiguration", apiConfiguration })