Skip to content

Commit 34a9d65

Browse files
committed
Bug fix: data product watcher parameters mismatch
1 parent bccfc81 commit 34a9d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firefly/js/visualize/saga/DataProductsWatcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ function handleProductResult(p, dpId, tbl_id, isPromiseAborted, imageViewer, lay
298298
dispatchChangeViewerLayout(imageViewer.viewerId, SINGLE, undefined, tbl_id);
299299
}
300300
if (displayTypeParams.displayType==='promise' && displayTypeParams.promise) {
301-
handleProductResult(displayTypeParams.promise,dpId, isPromiseAborted, imageViewer, layout);
301+
handleProductResult(displayTypeParams.promise,dpId, tbl_id, isPromiseAborted, imageViewer, layout);
302302
}
303303
});
304304
}

0 commit comments

Comments
 (0)