Commit c0603542 authored by 邓晓峰's avatar 邓晓峰

fix: 修复ec_configurationview dep

parent e7cde734
import React, { useContext, useState } from 'react'; import React, { useState } from 'react';
import { Header } from './header'; import { Header } from './header';
import { LeftList } from './leftList'; import { LeftList } from './leftList';
import './index.less'; import './index.less';
...@@ -6,6 +6,7 @@ import './index.less'; ...@@ -6,6 +6,7 @@ import './index.less';
const TipTool = (props) => { const TipTool = (props) => {
const { style } = props; const { style } = props;
const { leftSetting, headerSetting, events } = props.dataList; const { leftSetting, headerSetting, events } = props.dataList;
const data = [ const data = [
{ {
name: 'middle', name: 'middle',
......
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