Skip to content

Commit 530c25a

Browse files
authored
Merge pull request #321 from objectstack-ai/copilot/update-action-run-step
2 parents c8dd773 + d99eaee commit 530c25a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/components/src/__tests__/complex-disclosure-renderers.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ describe('Complex Renderers - Display Issue Detection', () => {
178178
it('should render scrollable area', () => {
179179
const { container } = renderComponent({
180180
type: 'scroll-area',
181-
content: [{ type: 'text', content: 'Scrollable content' }],
181+
children: [{ type: 'text', content: 'Scrollable content' }],
182182
});
183183

184184
// ScrollArea renders content

0 commit comments

Comments
 (0)