Skip to content

Commit 0a94f95

Browse files
committed
cleanup
1 parent 02561d9 commit 0a94f95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/compass-schema/src/components/compass-schema.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ const Schema: React.FunctionComponent<{
376376
schema: MongodbSchema | null;
377377
count?: number;
378378
resultId?: string;
379-
dontShowLegacyBanner?: boolean;
380379
onExportSchemaClicked: () => void;
381380
onStartAnalysis: () => Promise<void>;
382381
onStopAnalysis: () => void;
@@ -385,7 +384,6 @@ const Schema: React.FunctionComponent<{
385384
errorMessage,
386385
schema,
387386
resultId,
388-
dontShowLegacyBanner,
389387
onExportSchemaClicked,
390388
onStartAnalysis,
391389
onStopAnalysis,

0 commit comments

Comments
 (0)