Skip to content

Commit

Permalink
Fix wildcard usage for VectorSelector in SimulationTimeSeriesMatrix (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenherje authored Sep 13, 2023
1 parent 6147245 commit 1d47223
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function settings({ moduleContext, workbenchSession }: ModuleFCProps<Stat
}

function handleVectorSelectChange(selection: SmartNodeSelectorSelection) {
setSelectedVectorNames(selection.selectedTags);
setSelectedVectorNames(selection.selectedNodes);
}

function handleFrequencySelectionChange(newFrequencyStr: string) {
Expand Down

0 comments on commit 1d47223

Please sign in to comment.