Skip to content

Commit

Permalink
Fix updateDataset call
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoncool committed Jan 9, 2025
1 parent 62d8bff commit 5887bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/units/datasets/store/actions/creators/dataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export function saveDataset({

datasetId = createdDatasetId;
} else {
const validation = await getSdk().sdk.sdk.bi.updateDataset({
const validation = await getSdk().sdk.bi.updateDataset({
datasetId,
dataset,
multisource: true,
Expand Down

0 comments on commit 5887bf8

Please sign in to comment.