Skip to content

Commit d118f3e

Browse files
committed
remove unecessary fallback'
1 parent 451ebc5 commit d118f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/hooks/selectors/resolution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function resolveFileSelector(
119119
case 'sharepoint':
120120
return { key: 'sharepoint.sites', context, allowSearch: true }
121121
case 'webflow': {
122-
const paramId = subBlock.canonicalParamId ?? subBlock.id
122+
const paramId = subBlock.canonicalParamId
123123
if (paramId === 'collectionId') {
124124
return { key: 'webflow.collections', context, allowSearch: false }
125125
}

0 commit comments

Comments
 (0)