Skip to content

Commit 0d207ed

Browse files
committed
Handle update MCP server errors
1 parent 0e3c646 commit 0d207ed

File tree

1 file changed

+1
-0
lines changed
  • src/components/Agentic/IncidentTemplate/MCPServerDialog

1 file changed

+1
-0
lines changed

src/components/Agentic/IncidentTemplate/MCPServerDialog/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ export const MCPServerDialog = ({
9393
id: serverData.uid,
9494
data: payload
9595
})
96+
.unwrap()
9697
.then(() => {
9798
onComplete();
9899
})

0 commit comments

Comments
 (0)