diff --git a/packages/core/src/components/action-sheet/action-sheet.tsx b/packages/core/src/components/action-sheet/action-sheet.tsx index db6064a598..6a11ac3514 100644 --- a/packages/core/src/components/action-sheet/action-sheet.tsx +++ b/packages/core/src/components/action-sheet/action-sheet.tsx @@ -35,7 +35,6 @@ export class ActionSheet { @Prop() subTitle: string; @Prop() buttons: ActionSheetButton[]; @Prop() enableBackdropDismiss: boolean = true; - @Prop() showBackdrop: boolean = true; @Prop() enterAnimation: AnimationBuilder; @Prop() exitAnimation: AnimationBuilder; @@ -173,6 +172,7 @@ export class ActionSheet { return b; }) .filter(b => b !== null); + return [ ; } -} \ No newline at end of file +}