Skip to content

Commit ceb54bd

Browse files
authored
chore(schema): remove legacy export schema format (#6719)
1 parent c611229 commit ceb54bd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ const exportSchemaFormatOptions: {
6060
title: 'Extended',
6161
id: 'extendedJSON',
6262
},
63-
{
64-
title: 'Extended (Legacy)',
65-
id: 'legacyJSON',
66-
},
6763
];
6864

6965
const formatTypeRadioBoxGroupId = 'export-schema-format-type-box-group';

0 commit comments

Comments
 (0)