Made parameters public for Preview8
This commit is contained in:
@ -114,7 +114,7 @@
|
||||
|
||||
@code {
|
||||
[Parameter]
|
||||
private bool Installed { get; set; }
|
||||
public bool Installed { get; set; }
|
||||
|
||||
private string DatabaseType = "LocalDB";
|
||||
private string ServerName = "(LocalDb)\\MSSQLLocalDB";
|
||||
|
Reference in New Issue
Block a user