diff --git a/components/dataView-V2/index.tsx b/components/dataView-V2/index.tsx index 94e71787af1bdeef9307ca1e2a0a89d52dd22f87..9abd1c2cd890efb5afd15fc61323b13d9242c069 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 : ( <>