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 b4a4dc3 commit 46169b4Copy full SHA for 46169b4
packages/compass-collection/src/components/mock-data-generator-modal/script-screen.tsx
@@ -116,7 +116,7 @@ const ScriptScreen = ({
116
<section className={outerSectionStyles}>
117
{!scriptResult.success && (
118
<Banner variant="danger">
119
- <strong>Script Generation Failed:</strong> ERROR
+ <strong>Script Generation Failed:</strong> {scriptResult.error}
120
<br />
121
Please go back to the start screen to re-submit the collection schema.
122
</Banner>
0 commit comments