mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Add explicit icon to Google Sheet credential (no-changelog) (#16728)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import type { ICredentialType, INodeProperties } from 'n8n-workflow';
|
import type { Icon, ICredentialType, INodeProperties } from 'n8n-workflow';
|
||||||
|
|
||||||
const scopes = [
|
const scopes = [
|
||||||
'https://www.googleapis.com/auth/drive.file',
|
'https://www.googleapis.com/auth/drive.file',
|
||||||
@@ -13,6 +13,8 @@ export class GoogleSheetsOAuth2Api implements ICredentialType {
|
|||||||
|
|
||||||
displayName = 'Google Sheets OAuth2 API';
|
displayName = 'Google Sheets OAuth2 API';
|
||||||
|
|
||||||
|
icon: Icon = 'node:n8n-nodes-base.googleSheets';
|
||||||
|
|
||||||
documentationUrl = 'google/oauth-single-service';
|
documentationUrl = 'google/oauth-single-service';
|
||||||
|
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
|
|||||||
Reference in New Issue
Block a user