fix: Add explicit icon to Google Sheet credential (no-changelog) (#16728)

This commit is contained in:
jeanpaul
2025-06-26 12:42:17 +02:00
committed by GitHub
parent 20418c7966
commit f690ed5e97

View File

@@ -1,4 +1,4 @@
import type { ICredentialType, INodeProperties } from 'n8n-workflow';
import type { Icon, ICredentialType, INodeProperties } from 'n8n-workflow';
const scopes = [
'https://www.googleapis.com/auth/drive.file',
@@ -13,6 +13,8 @@ export class GoogleSheetsOAuth2Api implements ICredentialType {
displayName = 'Google Sheets OAuth2 API';
icon: Icon = 'node:n8n-nodes-base.googleSheets';
documentationUrl = 'google/oauth-single-service';
properties: INodeProperties[] = [