Fix a null reference exception error in the Diagram Demo when accessing the Diagrams tab:
the Diagram parameter for the DiagramCanvas is null due to difference in types (where DiagramCanvas expects a BlazorDiagram object but we are passing a Diagram object)
Fix a null reference exception error in the Diagram Demo when accessing the Diagrams tab: the Diagram parameter for the DiagramCanvas is null due to difference in types (where DiagramCanvas expects a BlazorDiagram object but we are passing a Diagram object)