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 3015e57 commit ed14140Copy full SHA for ed14140
packages/compass-data-modeling/src/components/export-diagram-modal.tsx
@@ -77,7 +77,7 @@ const ExportDiagramModal = ({
77
title="Export data model"
78
subtitle={
79
<div>
80
- Export the data modal to JSON format.
+ Export your data model as either an image or JSON file.
81
{nbsp}
82
<Link
83
href="https://www.mongodb.com/docs/manual/data-modeling//"
@@ -100,6 +100,7 @@ const ExportDiagramModal = ({
100
value="png"
101
aria-label="PNG"
102
onClick={() => onSelectFormat('png')}
103
+ size="small"
104
>
105
PNG
106
</Radio>
@@ -111,6 +112,7 @@ const ExportDiagramModal = ({
111
112
value="json"
113
aria-label="JSON"
114
onClick={() => onSelectFormat('json')}
115
116
117
JSON
118
0 commit comments