Skip to content

Commit

Permalink
Update Dialog.vue (euvl#723)
Browse files Browse the repository at this point in the history
Fixes issue where dialog container does not accept class parameter
  • Loading branch information
christohill authored Nov 15, 2021
1 parent 814b1ac commit 1eddcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:is="$modal.context.componentName"
name="dialog"
height="auto"
:classes="['vue-dialog', this.params.class]"
:classes="['vue-dialog', params.class]"
:width="width"
:shift-y="0.3"
:adaptive="true"
Expand Down

0 comments on commit 1eddcf5

Please sign in to comment.