Skip to content

Commit e2c1f82

Browse files
committed
fixing type on relationshipelemtn
1 parent 8f7a1cb commit e2c1f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tdb-react-components/src/treeGraphComponent/detailsComponent/DetailsModelComponentView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {ChoiceList} from './ChoiceList';
1010
import {getLabelByName} from '../utils/elementsName'
1111
import {GraphContextObj} from '../hook/graphObjectContext'
1212
import {JsonMode} from './JsonMode'
13-
import {RelationShipElement} from './RelationShipElement';
13+
import {RelationShipElement} from './RelationshipElement';
1414

1515

1616
const PROPERTIES_TAB = 'Properties'

0 commit comments

Comments
 (0)