mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
docs(demos): remove subtitle from popups
This commit is contained in:
@ -33,7 +33,6 @@ export class PopupsPage {
|
|||||||
doConfirm() {
|
doConfirm() {
|
||||||
this.popup.confirm({
|
this.popup.confirm({
|
||||||
title: "Use this lightsaber?",
|
title: "Use this lightsaber?",
|
||||||
subTitle: "You can't exchange lightsabers",
|
|
||||||
template: "Do you agree to use this lightsaber to do good across the intergalactic galaxy?",
|
template: "Do you agree to use this lightsaber to do good across the intergalactic galaxy?",
|
||||||
cancelText: "Disagree",
|
cancelText: "Disagree",
|
||||||
okText: "Agree"
|
okText: "Agree"
|
||||||
|
Reference in New Issue
Block a user