Skip to content

Commit

Permalink
updating modal service with exisitng props support
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijith-trenser committed Feb 4, 2025
1 parent 9f626f5 commit ee38a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/core/src/services/UIModalService/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ class UIModalService {
movable,
containerDimensions,
contentDimensions,
shouldCloseOnOverlayClick = true,
shouldCloseImmediately = false,
shouldCloseOnOverlayClick,
shouldCloseImmediately,
});
}

Expand Down

0 comments on commit ee38a80

Please sign in to comment.