add props

This commit is contained in:
Mads Rasmussen
2023-12-08 14:24:41 +01:00
parent e719437339
commit f56a805f78

View File

@@ -77,8 +77,10 @@ export class UmbInstallerDatabaseElement extends UmbLitElement {
this._preConfiguredDatabase = this._databases.find((x) => x.isConfigured);
if (this._preConfiguredDatabase) {
this._setDatabase({
id: this._preConfiguredDatabase.id!,
providerName: this._preConfiguredDatabase.providerName!,
id: this._preConfiguredDatabase.id,
providerName: this._preConfiguredDatabase.providerName,
useIntegratedAuthentication: false,
trustServerCertificate: false,
});
} else {
this._options = this._databases