Skip to content

Commit

Permalink
fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavbasniar committed Nov 19, 2024
1 parent c9f5f9a commit 2d40335
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ const FluidContextMenu = (props: FluidContextMenuProps): React.ReactElement => {
onClickShowObjectOnServer(
dispatchOperation,
server,
connectedServer,
fluidsReport,
ObjectType.FluidsReport
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ const LogCurveInfoContextMenu = (
onClickShowObjectOnServer(
dispatchOperation,
server,
connectedServer,
selectedLog,
ObjectType.Log,
selectedLog.indexType === WITSML_INDEX_TYPE_MD
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ const LogsContextMenu = (props: LogsContextMenuProps): React.ReactElement => {
onClickShowGroupOnServer(
dispatchOperation,
server,
connectedServer,
wellbore,
ObjectType.Log,
indexType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export const ObjectMenuItems = (
onClickShowObjectOnServer(
dispatchOperation,
server,
connectedServer,
checkedObjects[0],
objectType,
(checkedObjects[0] as LogObject)?.indexType ===
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ const ObjectsSidebarContextMenu = (
onClickShowGroupOnServer(
dispatchOperation,
server,
connectedServer,
wellbore,
objectType
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ const TrajectoryStationContextMenu = (
onClickShowObjectOnServer(
dispatchOperation,
server,
connectedServer,
trajectory,
ObjectType.Trajectory
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ const TubularComponentContextMenu = (
onClickShowObjectOnServer(
dispatchOperation,
server,
connectedServer,
tubular,
ObjectType.Tubular
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ const WbGeometrySectionContextMenu = (
onClickShowObjectOnServer(
dispatchOperation,
server,
connectedServer,
wbGeometry,
ObjectType.WbGeometry
)
Expand Down

0 comments on commit 2d40335

Please sign in to comment.