Skip to content

Commit bdb787f

Browse files
committed
2445 Remove redundant comment in MCP server tag update logic
1 parent 88f80b7 commit bdb787f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/pages/automation/mcp-servers/components/mcp-server-list/McpServerListItem.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const McpServerListItem = ({mcpProjectWorkflows, mcpServer, tags}: McpServerList
4242
const deleteWorkspaceMcpServerMutation = useDeleteWorkspaceMcpServerMutation();
4343
const updateMcpServerTagsMutation = useUpdateMcpServerTagsMutation({
4444
onSuccess: () => {
45-
// Refresh all relevant caches so tags appear in the list and in the left sidebar
4645
queryClient.invalidateQueries({queryKey: ['mcpServers']});
4746
queryClient.invalidateQueries({queryKey: ['workspaceMcpServers']});
4847
queryClient.invalidateQueries({queryKey: ['mcpServerTags']});

0 commit comments

Comments
 (0)