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 ee35eb2 commit a21f4abCopy full SHA for a21f4ab
packages/compass-schema/src/components/export-schema-modal.tsx
@@ -225,7 +225,6 @@ export default connect(
225
exportFormat: state.schemaExport.exportFormat,
226
isOpen: state.schemaExport.isOpen,
227
exportedSchema: state.schemaExport.exportedSchema,
228
- downloadUrl: state.schemaExport.downloadUrl,
229
filename: state.schemaExport.filename,
230
}),
231
{
0 commit comments