Skip to content

Commit e999632

Browse files
Merge pull request #298 from terminusdb/leafletFix
Leaflet fix
2 parents 9370ad2 + c01c37e commit e999632

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)