Skip to content

Commit

Permalink
Convert to AbstractTrackModel
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Apr 12, 2023
1 parent 920e709 commit 35262ef
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 35262ef

Please sign in to comment.