Skip to content

Commit d0cfc12

Browse files
committed
Merge conflict
1 parent 579799d commit d0cfc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const MockDataGeneratorModal = ({
9999
<PreviewScreen
100100
confirmedFakerSchema={
101101
fakerSchemaGenerationState.status === 'completed'
102-
? fakerSchemaGenerationState.fakerSchema
102+
? fakerSchemaGenerationState.editedFakerSchema
103103
: {}
104104
}
105105
/>

0 commit comments

Comments
 (0)