Skip to content

Commit

Permalink
Minor code change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaseel-trenser committed Jan 24, 2025
1 parent 28cbafe commit 6196ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/app/src/components/ViewportGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@ function ViewerViewportGrid(props: withAppTypes) {

if (customOnDropHandler) {
dropHandlerPromise = customOnDropHandler({
...props,
viewportId,
displaySetInstanceUID,
appConfig,
...props,
});
}

Expand Down

0 comments on commit 6196ac2

Please sign in to comment.