Skip to content

Commit

Permalink
Update modals to new v3 API
Browse files Browse the repository at this point in the history
  • Loading branch information
Compton committed Sep 11, 2018
1 parent 6aca0cc commit 3ca13fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/state-kernels/modals/modal-message-helper.ts
Expand Up @@ -25,7 +25,7 @@ export class ModalMessageHelper {

private show(text: string, title: string) {
if (!this.modal) {
this.modal = this.framework7.modal({
this.modal = this.framework7.customModal({
title,
text,
buttons: this.buttons
Expand Down

0 comments on commit 3ca13fa

Please sign in to comment.