We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf9a2e commit bbaafb4Copy full SHA for bbaafb4
src/webviews/webview-side/integrations/BigQueryForm.tsx
@@ -30,7 +30,7 @@ export const BigQueryForm: React.FC<IBigQueryFormProps> = ({ integrationId, exis
30
31
const validateCredentials = (value: string): boolean => {
32
if (!value.trim()) {
33
- setCredentialsError(null);
+ setCredentialsError(l10n.t('Credentials are required'));
34
return false;
35
}
36
0 commit comments