Skip to content

Commit b7a3a4a

Browse files
author
aadamgough
committed
Removed comment
1 parent 4622b05 commit b7a3a4a

File tree

1 file changed

+0
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal

1 file changed

+0
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/settings-modal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ export function SettingsModal({ open, onOpenChange }: SettingsModalProps) {
246246

247247
const handleSectionChange = useCallback(
248248
(sectionId: SettingsSection) => {
249-
// For workflow-mcp-servers, clicking again should reset to list view
250249
if (sectionId === activeSection) {
251250
if (sectionId === 'workflow-mcp-servers') {
252251
setWorkflowMcpResetKey((prev) => prev + 1)

0 commit comments

Comments
 (0)