Clean up code formatting and enhance data immutability
Standardized spacing and removed extraneous white space across multiple files for better readability. Updated several data grids to use `readonly` for `_data` collections, improving immutability and code clarity.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<MudDataGrid T="EntityProductionModel" Items="@data"
|
||||
SortMode="SortMode.Multiple"
|
||||
<MudDataGrid T="EntityProductionModel" Items="@data"
|
||||
SortMode="SortMode.Multiple"
|
||||
Filterable="true"
|
||||
Hideable="true">
|
||||
<Columns>
|
||||
@@ -18,4 +18,5 @@
|
||||
.SelectMany(e => e.Value.EntityParts)
|
||||
.OfType<EntityProductionModel>()
|
||||
.ToList();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user