diff --git a/demos/component-docs/popups/popups.ts b/demos/component-docs/popups/popups.ts index 2936bda029..1ac072fc75 100644 --- a/demos/component-docs/popups/popups.ts +++ b/demos/component-docs/popups/popups.ts @@ -33,7 +33,6 @@ export class PopupsPage { doConfirm() { this.popup.confirm({ 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?", cancelText: "Disagree", okText: "Agree"