We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a4ffe commit 2e73d89Copy full SHA for 2e73d89
core/src/components/select-modal/select-modal.tsx
@@ -78,7 +78,7 @@ export class SelectModal implements ComponentInterface {
78
const el = this.el;
79
return {
80
'in-modal-default': hostContext('ion-modal.modal-default', el),
81
- 'in-modalsheet': hostContext('ion-modal.modal-sheet', el),
+ 'in-modal-sheet': hostContext('ion-modal.modal-sheet', el),
82
};
83
}
84
0 commit comments