Skip to content

Commit

Permalink
Add MenuLink shim for internal compatibility (#7297)
Browse files Browse the repository at this point in the history
## Summary

Cloud uses a `MenuLink` import that points at `@dagster-io/ui`, but this will be removed in #7285. Add a shim export that can be used by Cloud to eliminate the compatibility failure. This will be followed by a Cloud PR that updates the import, at which point #7285 will be safe to land.

## Test Plan

Buildkite
  • Loading branch information
hellendag committed Apr 5, 2022
1 parent de5f244 commit 298d8b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js_modules/dagit/packages/core/src/ui/MenuLink.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// todo dish: Move implementation from `ui`

export {MenuLink} from '@dagster-io/ui';

0 comments on commit 298d8b1

Please sign in to comment.