diff --git a/COMETwebapp/Components/ParameterEditor/BatchParameterEditor/BatchParameterEditor.razor b/COMETwebapp/Components/ParameterEditor/BatchParameterEditor/BatchParameterEditor.razor
index e350f918..d674e138 100644
--- a/COMETwebapp/Components/ParameterEditor/BatchParameterEditor/BatchParameterEditor.razor
+++ b/COMETwebapp/Components/ParameterEditor/BatchParameterEditor/BatchParameterEditor.razor
@@ -20,6 +20,8 @@ Copyright (c) 2024 Starion Group S.A.
along with this program. If not, see .
------------------------------------------------------------------------------->
+@using COMETwebapp.ViewModels.Components.ParameterEditor
+@using COMETwebapp.ViewModels.Components.ModelDashboard.ParameterValues
@inherits DisposableComponent
+ HeaderText="Batch Update"
+ Width="70vw">
+
+
@if (this.ViewModel.ParameterTypeSelectorViewModel.SelectedParameterType != null)
{
- Select a value
+ Select a value:
}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+