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 02561d9 commit 0a94f95Copy full SHA for 0a94f95
packages/compass-schema/src/components/compass-schema.tsx
@@ -376,7 +376,6 @@ const Schema: React.FunctionComponent<{
376
schema: MongodbSchema | null;
377
count?: number;
378
resultId?: string;
379
- dontShowLegacyBanner?: boolean;
380
onExportSchemaClicked: () => void;
381
onStartAnalysis: () => Promise<void>;
382
onStopAnalysis: () => void;
@@ -385,7 +384,6 @@ const Schema: React.FunctionComponent<{
385
384
errorMessage,
386
schema,
387
resultId,
388
- dontShowLegacyBanner,
389
onExportSchemaClicked,
390
onStartAnalysis,
391
onStopAnalysis,
0 commit comments