Commit 52c9bfe3 by zhaochengxiang

bug fix

parent ac3d3d59
......@@ -599,6 +599,8 @@ export const ImportActionTable = (props) => {
const isEditing = (record) => record?.iid === editingKey;
const getStandartMap = () => {
if (type === 'template') return
dispatch({
type: 'datamodel.getDataModelStandardMapping',
payload: {
......
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