Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Dec 12, 2024
1 parent a2d91ee commit ce73342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk-components-react-radix/src/dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const Dialog = forwardRef<
const { renderer } = useContext(ReactSdkContext);

const [open, onOpenChange] = useControllableState({
prop: props.open ?? false,
prop: props.open,
defaultProp: false,
onChange: props.onOpenChange,
});
Expand Down

0 comments on commit ce73342

Please sign in to comment.