Skip to content

Commit 19c0355

Browse files
committed
Update SplitterContext.tsx
1 parent d7d1a4c commit 19c0355

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Splitter/SplitterContext.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ export function SplitterProvider({ children }: { children: ReactNode }) {
3131
mcpConfig:
3232
projectName && workspaceName && controlPlaneName
3333
? {
34-
projectName: apiConfig.mcpConfig?.projectName ?? '',
35-
workspaceName: apiConfig.mcpConfig?.workspaceName ?? '',
36-
controlPlaneName: apiConfig.mcpConfig?.controlPlaneName ?? '',
34+
projectName,
35+
workspaceName,
36+
controlPlaneName,
3737
}
3838
: undefined,
3939
}}

0 commit comments

Comments
 (0)