Skip to content

Commit 46169b4

Browse files
committed
Fix accidental push
1 parent b4a4dc3 commit 46169b4

File tree

1 file changed

+1
-1
lines changed
  • packages/compass-collection/src/components/mock-data-generator-modal

1 file changed

+1
-1
lines changed

packages/compass-collection/src/components/mock-data-generator-modal/script-screen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const ScriptScreen = ({
116116
<section className={outerSectionStyles}>
117117
{!scriptResult.success && (
118118
<Banner variant="danger">
119-
<strong>Script Generation Failed:</strong> ERROR
119+
<strong>Script Generation Failed:</strong> {scriptResult.error}
120120
<br />
121121
Please go back to the start screen to re-submit the collection schema.
122122
</Banner>

0 commit comments

Comments
 (0)