From 19fd9088df373481cb51e975bde5892370e325b2 Mon Sep 17 00:00:00 2001 From: manzhenhua Date: Wed, 13 May 2020 13:11:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9submodule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/dataView-V2/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/dataView-V2/index.tsx b/components/dataView-V2/index.tsx index 94e7178..9abd1c2 100644 --- a/components/dataView-V2/index.tsx +++ b/components/dataView-V2/index.tsx @@ -2,7 +2,6 @@ import React, { useReducer, useEffect, MutableRefObject, useRef, forwardRef, use import _ from 'lodash'; import { Button } from 'antd'; import IconFont from '@/submodule/components/CustomIcon/IconFont'; -import ButtonAuth from '@/submodule/components/AuthButton'; import BISpin from '@/submodule/ant_components/BISpin'; import SearchForm from './_components/searchForm'; import Table from './_components/table'; @@ -118,7 +117,7 @@ const DataView = (props: Props, ref: Ref) => {
- + {hideForm ? null : ( <>
-- 2.21.0