Fix: ReportComponent.razor: Wrong variableName
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
public Dictionary<string, object> ConstructParameterList(IReportable reportableEntity, object RenderModeBoundary) {
|
||||
Dictionary<string, object> _parameters = new Dictionary<string, object>();
|
||||
|
||||
_parameters["ReportableEntity"] = _blackBoard;
|
||||
_parameters["ReportableEntity"] = reportableEntity;
|
||||
_parameters["RenderModeBoundary"] = RenderModeBoundary;
|
||||
|
||||
return _parameters;
|
||||
|
||||
Reference in New Issue
Block a user