File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/python/impactx/dashboard/Input Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -346,14 +346,14 @@ def reset_inputs(input_section):
346
346
state .update (getattr (DashboardDefaults , input_section .upper ()))
347
347
348
348
if input_section == "distribution_parameters" :
349
- state .dirty ("selected_distribution_type " )
349
+ state .dirty ("distribution_type " )
350
350
elif input_section == "lattice_configuration" :
351
351
state .selected_lattice_list = []
352
352
elif input_section == "space_charge" :
353
353
state .dirty ("max_level" )
354
354
355
355
elif input_section == "all" :
356
356
state .update (DashboardDefaults .DEFAULT_VALUES )
357
- state .dirty ("selected_distribution_type " )
357
+ state .dirty ("distribution_type " )
358
358
state .selected_lattice_list = []
359
359
state .dirty ("max_level" )
You can’t perform that action at this time.
0 commit comments