Skip to content

Commit b0cc595

Browse files
authored
fix(gcal): fixed bug that pulled google calendar info
fix(gcal): fixed bug that pulled google calendar info
1 parent 7bc6170 commit b0cc595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/app/w/[id]/components/workflow-block/components/sub-block/components/file-selector/file-selector-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function FileSelectorInput({
5656
const isDiscord = provider === 'discord'
5757
const isMicrosoftTeams = provider === 'microsoft-teams'
5858
const isMicrosoftExcel = provider === 'microsoft-excel'
59-
const isGoogleCalendar = subBlock.provider || 'google-calendar'
59+
const isGoogleCalendar = subBlock.provider === 'google-calendar'
6060
// For Confluence and Jira, we need the domain and credentials
6161
const domain = isConfluence || isJira ? (getValue(blockId, 'domain') as string) || '' : ''
6262
// For Discord, we need the bot token and server ID

0 commit comments

Comments
 (0)