Skip to content

Commit bbaafb4

Browse files
committed
show missing BQ credentials error
1 parent faf9a2e commit bbaafb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/webview-side/integrations/BigQueryForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const BigQueryForm: React.FC<IBigQueryFormProps> = ({ integrationId, exis
3030

3131
const validateCredentials = (value: string): boolean => {
3232
if (!value.trim()) {
33-
setCredentialsError(null);
33+
setCredentialsError(l10n.t('Credentials are required'));
3434
return false;
3535
}
3636

0 commit comments

Comments
 (0)