Skip to content

Commit

Permalink
chore(react): update NodePathWidget dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Sep 21, 2021
1 parent 2e7e9d2 commit 87d801e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/widgets/NodePathWidget/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Breadcrumb } from 'antd'
import { useCurrentNode, useSelection, usePrefix, useHover } from '../../hooks'
import { IconWidget } from '../IconWidget'
import { NodeTitleWidget } from '../NodeTitleWidget'
import { observer } from '@formily/react'
import { observer } from '@formily/reactive-react'
import './styles.less'

export interface INodePathWidgetProps {
Expand Down

0 comments on commit 87d801e

Please sign in to comment.