mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 04:41:16 -05:00
Revert lint rules in webview-ui too
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user