Skip to content

Commit

Permalink
tweak story
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoelbert committed Mar 14, 2024
1 parent 0f7a3ca commit 6b2b4af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/data-editor/stories/utils.tsx
Expand Up @@ -678,6 +678,10 @@ function getColumnsForCellTypes(): GridColumnWithMockingInfo[] {
kind: GridCellKind.Uri,
data: url,
allowOverlay: true,
hoverEffect: true,
onClickUri: () => {
window.open(url, "_blank");
},
};
},
},
Expand Down

0 comments on commit 6b2b4af

Please sign in to comment.