We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5f24a commit 8c7f11aCopy full SHA for 8c7f11a
packages/compass-workspaces/src/components/workspaces.tsx
@@ -219,7 +219,7 @@ const CompassWorkspaces: React.FunctionComponent<CompassWorkspacesProps> = ({
219
onNamespaceNotFound(activeTab, activeTab.connectionId, ns);
220
}}
221
>
222
- <Component tabId={id} {...collectionMetadata}></Component>;
+ <Component tabId={id} {...collectionMetadata}></Component>
223
</NamespaceProvider>
224
</ConnectionInfoProvider>
225
);
0 commit comments