Skip to content

Commit 4b0fd6e

Browse files
Update packages/modules/viewer-react/src/hooks/useUnifiedSelectionSync.tsx
Co-authored-by: Arun George <[email protected]>
1 parent b31f0e5 commit 4b0fd6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/modules/viewer-react/src/hooks/useUnifiedSelectionSync.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function useUnifiedSelectionSync({
3333
if (!iModelConnection || !selectionStorage) {
3434
return;
3535
}
36-
const schemaContext = iModelConnection.schemaContext;
36+
const { schemaContext } = iModelConnection;
3737
return enableUnifiedSelectionSyncWithIModel({
3838
imodelAccess: {
3939
...createECSqlQueryExecutor(iModelConnection),

0 commit comments

Comments
 (0)