Commit 7749be88 by zhaochengxiang

etl映射配置

parent 331becb9
......@@ -182,7 +182,7 @@ const ETLConfigModal = (props) => {
dispatch({
type: 'datasource.getAllDatasources',
payload: {
namespace: env.domainId
namespace: env?.domainId
},
callback: data => {
setDatasources(data||[]);
......
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