Skip to content

Commit 78fdba9

Browse files
committed
lint
1 parent a79eb6e commit 78fdba9

File tree

1 file changed

+9
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/components/tool-call

1 file changed

+9
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/components/tool-call/tool-call.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,15 @@ export function OptionsSelector({
391391

392392
document.addEventListener('keydown', handleKeyDown)
393393
return () => document.removeEventListener('keydown', handleKeyDown)
394-
}, [isInteractionDisabled, enableKeyboardNav, isLocked, sortedOptions, hoveredIndex, onSelect, activeTab])
394+
}, [
395+
isInteractionDisabled,
396+
enableKeyboardNav,
397+
isLocked,
398+
sortedOptions,
399+
hoveredIndex,
400+
onSelect,
401+
activeTab,
402+
])
395403

396404
if (sortedOptions.length === 0) return null
397405

0 commit comments

Comments
 (0)