Skip to content

Commit

Permalink
update(Dialog.tsx): fix commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
yair65 committed May 16, 2024
1 parent 9cd0516 commit c2a80fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/Dialog/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export default class Dialog extends PureComponent<DialogProps, DialogState> {
static positions = DialogPosition;
static animationTypes = AnimationType;
static defaultProps = {
// position: "top",
position: "top",
modifiers: [] as Modifier<any>[],
moveBy: { main: 0, secondary: 0 },
showDelay: 100,
Expand Down

0 comments on commit c2a80fc

Please sign in to comment.