We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4622b05 commit b7a3a4aCopy full SHA for b7a3a4a
apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/settings-modal.tsx
@@ -246,7 +246,6 @@ export function SettingsModal({ open, onOpenChange }: SettingsModalProps) {
246
247
const handleSectionChange = useCallback(
248
(sectionId: SettingsSection) => {
249
- // For workflow-mcp-servers, clicking again should reset to list view
250
if (sectionId === activeSection) {
251
if (sectionId === 'workflow-mcp-servers') {
252
setWorkflowMcpResetKey((prev) => prev + 1)
0 commit comments