Skip to content

Commit

Permalink
Bug fix in ParameterAnalysis and RftPlotter, related to uuid in Param…
Browse files Browse the repository at this point in the history
…eterFilter (#1205)

Co-authored-by: Øyvind Lind-Johansen <[email protected]>
  • Loading branch information
lindjoha and Øyvind Lind-Johansen authored Apr 4, 2023
1 parent 7c194b9 commit 703b3ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,10 @@ def _update_parameter_selected(
@callback(
Output(
{
"id": ParamRespParameterFilter.Ids.PARAM_FILTER,
"id": self.settings_group_unique_id(
self.Ids.PARAMETER_FILTER,
ParamRespParameterFilter.Ids.PARAM_FILTER,
),
"type": "ensemble-update",
},
"data",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,10 @@ def _update_paramresp_graphs(
@callback(
Output(
{
"id": ParameterFilterSettings.Ids.PARAM_FILTER,
"id": self.settings_group_unique_id(
self.Ids.PARAMETER_FILTER,
ParameterFilterSettings.Ids.PARAM_FILTER,
),
"type": "ensemble-update",
},
"data",
Expand Down

0 comments on commit 703b3ed

Please sign in to comment.