Skip to content

Commit

Permalink
Removed mustScroll from confirm modal demo
Browse files Browse the repository at this point in the history
  • Loading branch information
edcarroll committed Jun 5, 2017
1 parent df8a199 commit 9f876ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/src/app/pages/modal/modal.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ export class ConfirmModal extends ComponentModalConfig<IConfirmModalContext, voi
constructor(title:string, question:string) {
super(ConfirmModalComponent, { title, question });

this.mustScroll = true;
this.isClosable = false;
this.transitionDuration = 200;
this.size = ModalSize.Small;
Expand Down

0 comments on commit 9f876ef

Please sign in to comment.