remove state decorator from installer context property
This commit is contained in:
@@ -51,9 +51,7 @@ export class UmbInstallerConsentElement extends UmbContextConsumerMixin(LitEleme
|
||||
@state()
|
||||
private _telemetryFormData?: TelemetryModel['level'];
|
||||
|
||||
@state()
|
||||
private _installerContext?: UmbInstallerContext;
|
||||
|
||||
private _installerDataSubscription?: Subscription;
|
||||
private _installerSettingsSubscription?: Subscription;
|
||||
|
||||
|
||||
@@ -89,12 +89,10 @@ export class UmbInstallerDatabaseElement extends UmbContextConsumerMixin(LitElem
|
||||
@state()
|
||||
private _preConfiguredDatabase?: UmbracoInstallerDatabaseModel;
|
||||
|
||||
@state()
|
||||
private _installerContext?: UmbInstallerContext;
|
||||
|
||||
@state()
|
||||
private _validationErrorMessage = '';
|
||||
|
||||
private _installerContext?: UmbInstallerContext;
|
||||
private _installerDataSubscription?: Subscription;
|
||||
private _installerSettingsSubscription?: Subscription;
|
||||
|
||||
|
||||
@@ -60,9 +60,7 @@ export class UmbInstallerUserElement extends UmbContextConsumerMixin(LitElement)
|
||||
@state()
|
||||
private _userFormData?: { name: string; password: string; email: string; subscribeToNewsletter: boolean };
|
||||
|
||||
@state()
|
||||
private _installerContext?: UmbInstallerContext;
|
||||
|
||||
private _installerDataSubscription?: Subscription;
|
||||
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user