Skip to content

Commit

Permalink
Convert to AbstractTrackModel
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed May 4, 2023
1 parent b6b2f3e commit baa47e6
Show file tree
Hide file tree
Showing 2 changed files with 6,793 additions and 6,791 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import {
getContainingView,
Feature,
Region,
AbstractTrackModel,
} from '@jbrowse/core/util'
import { getConf } from '@jbrowse/core/configuration'

Expand Down Expand Up @@ -60,7 +61,7 @@ export default observer(function SaveTrackDataDlg({
model,
handleClose,
}: {
model: IAnyStateTreeNode
model: AbstractTrackModel
handleClose: () => void
}) {
const { classes } = useStyles()
Expand Down
Loading

0 comments on commit baa47e6

Please sign in to comment.