Move vector-only components to src/components.
This commit is contained in:
parent
e07c03a7bb
commit
8083e7f118
9 changed files with 9 additions and 13 deletions
|
@ -33,7 +33,7 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
onViewSourceClick: function() {
|
||||
var ViewSource = sdk.getComponent('organisms.ViewSource');
|
||||
var ViewSource = sdk.getComponent('structures.ViewSource');
|
||||
Modal.createDialog(ViewSource, {
|
||||
mxEvent: this.props.mxEvent
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue