Skip to content

Commit

Permalink
docs: fix missing column in selections call
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed Feb 5, 2021
1 parent 85af568 commit 151b37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sn-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ useEffect(() => {
if (selectedRows.length) {
selections.select({
method: 'selectHyperCubeCells',
params: ['/qHyperCubeDef', selectedRows, []],
params: ['/qHyperCubeDef', selectedRows, [0]],
});
} else {
selections.select({
Expand Down

0 comments on commit 151b37a

Please sign in to comment.