fix(hubspot): Correct website URL typo and primary color

This commit is contained in:
Faruk AYDIN
2023-09-13 23:16:23 +02:00
parent d6453a8ed0
commit a128907a4e
2 changed files with 2 additions and 2 deletions
@@ -46,7 +46,7 @@ export default defineAction({
variables: true,
},
{
label: 'Webiste URL',
label: 'Website URL',
key: 'website',
type: 'string' as const,
required: false,
+1 -1
View File
@@ -11,7 +11,7 @@ export default defineApp({
supportsConnections: true,
baseUrl: 'https://www.hubspot.com',
apiBaseUrl: 'https://api.hubapi.com',
primaryColor: '000000',
primaryColor: 'F95C35',
beforeRequest: [addAuthHeader],
auth,
actions,