chore: show Super demo modal if user doesn't have subscription when switching editor to Super
This commit is contained in:
@@ -103,6 +103,10 @@ export class FeaturesController extends AbstractViewController implements Intern
|
||||
this.premiumAlertType = PremiumFeatureModalType.UpgradeSuccess
|
||||
}
|
||||
|
||||
showSuperDemoModal = () => {
|
||||
this.premiumAlertType = PremiumFeatureModalType.SuperDemo
|
||||
}
|
||||
|
||||
public closePremiumAlert() {
|
||||
this.premiumAlertType = undefined
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user