Revert lint rules in webview-ui too

This commit is contained in:
Matt Rubens
2025-01-30 23:00:52 -05:00
parent a10bb20af2
commit ab4d717211
4 changed files with 12 additions and 52 deletions

View File

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