Commit fbadbb58 by zhaochengxiang

数据源bug

parent 515c281c
......@@ -8,7 +8,7 @@ import { DatasourceContext } from './ContextManager';
import './DatasourceItem.less';
const DatasourceItem = (props) => {
const { data, expanded, refresh, scope } = props;
const { data, expanded, refresh, scope, database } = props;
const [ tasks, setTasks ] = useState(null);
const [ loading, setLoading ] = useState(false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment