fix(Database) Fixed refresh bug. Fixed wrong data in database
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
@code {
|
||||
|
||||
[Parameter]
|
||||
public EntityModel Entity { get; set; }
|
||||
|
||||
[CascadingParameter]
|
||||
public EntityModel? Entity { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user