Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4719f70

Browse files
committed
chore: add tests for form type example rendering
1 parent 02a3923 commit 4719f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/Preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ const TableDrawer: FC<TableDrawerProps> = ({
622622
...rest
623623
}) => {
624624
return (
625-
<Dialog.Root {...rest} modal={true} open={open} onOpenChange={onOpenChange}>
625+
<Dialog.Root {...rest} modal={true} open={open} onOpenChange={onOpenChange} data-testid="foo">
626626
{children}
627627

628628
<Dialog.Portal forceMount={true}>

0 commit comments

Comments
 (0)