File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Set default registry: yarn config set registry https://registry.yarnpkg.com
2
- registry= http://registry.npm.dtstack.com/
2
+ registry " http://registry.npm.dtstack.com/"
Original file line number Diff line number Diff line change @@ -116,11 +116,14 @@ export const Explorer: React.FunctionComponent<IExplorerProps> = (
116
116
e . stopPropagation ( )
117
117
console . log ( 'onClick:' , e , item ) ;
118
118
} ;
119
+ /**
120
+ * TODO: withdraw and log
121
+ */
119
122
const render = ( render ) => {
120
123
if ( render ) {
121
124
return render ( )
122
125
} else {
123
- return 'cannot provide...'
126
+ return 'Cannot provide...'
124
127
}
125
128
}
126
129
const { panelSet, explorerToolbar, activePanelKey } = state ;
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ const TreeView: React.FunctionComponent<ITreeProps> = (
28
28
29
29
/**
30
30
* Refer to antd for details
31
+ * TODO: move component
31
32
*/
32
33
const onDrop = info => {
33
34
console . log ( info ) ;
You can’t perform that action at this time.
0 commit comments