Skip to content

Commit

Permalink
Default with the close button within the modal boundaries
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Ambrosini <[email protected]>
  • Loading branch information
marcoambrosini committed Jun 8, 2022
1 parent e75e513 commit 6069a1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Modal/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -381,12 +381,12 @@ export default {
},
/**
* Pass in true if you want the modal 'close' button to be displayed
* within the modal boundaries.
* Pass in false if you want the modal 'close' button to be displayed
* outside the modal boundaries, in the top right corner of the window
*/
closeButtonContained: {
type: Boolean,
default: false,
default: true,
},
},
Expand Down

0 comments on commit 6069a1b

Please sign in to comment.