Skip to content

Commit

Permalink
Merge branch 'main' into fix-div-by-zero-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms authored Sep 13, 2023
2 parents 09ca171 + 1d47223 commit d558ec1
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 d558ec1

Please sign in to comment.