Skip to content

Commit d3f187c

Browse files
committed
chore(collection): remove ErrorBoundary from tab header
1 parent 0251b8e commit d3f187c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/compass-collection/src/components/collection-tab.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,9 @@ function useCollectionTabs(props: CollectionMetadata) {
149149
</WithErrorBoundary>
150150
),
151151
title: (
152-
<WithErrorBoundary name={name} type="header">
153-
<Provider {...props}>
154-
<Header />
155-
</Provider>
156-
</WithErrorBoundary>
152+
<Provider {...props}>
153+
<Header />
154+
</Provider>
157155
),
158156
};
159157
});

0 commit comments

Comments
 (0)